From a69133d3177f025d9810bdf9305147f80bbb270e Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 25 Mar 2016 13:08:48 +0000 Subject: Separating platform-dependent from platform-independent code: make src/Fl.cxx cross-platform. File src/Fl_win32.cxx is now compiled instead of included in Fl.cxx. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11420 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_cocoa.mm | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Fl_cocoa.mm') diff --git a/src/Fl_cocoa.mm b/src/Fl_cocoa.mm index 1762c17f5..ba61563c3 100644 --- a/src/Fl_cocoa.mm +++ b/src/Fl_cocoa.mm @@ -84,9 +84,6 @@ static void clipboard_check(void); static unsigned make_current_counts = 0; // if > 0, then Fl_Window::make_current() can be called only once static NSBitmapImageRep* rect_to_NSBitmapImageRep(Fl_Window *win, int x, int y, int w, int h); -// make this available on all platforms to make code maintainability easier -/*extern*/ class Fl_Widget *fl_selection_requestor; - int fl_mac_os_version = Fl_X::calc_mac_os_version(); // the version number of the running Mac OS X (e.g., 100604 for 10.6.4) // public variables -- cgit v1.2.3