From 4d4b43a6bcbcd3926b3dc1fc220c3e4b5b7a8c94 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sat, 2 Apr 2016 07:29:09 +0000 Subject: Move function Fl_X::calc_mac_os_version() to class Fl_Darwin_System_Driver git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11502 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/mac.H | 1 - 1 file changed, 1 deletion(-) (limited to 'FL') diff --git a/FL/mac.H b/FL/mac.H index 1e318a494..e21737421 100644 --- a/FL/mac.H +++ b/FL/mac.H @@ -171,7 +171,6 @@ public: static int next_marked_length; // next length of marked text after current marked text will have been replaced static const int CoreText_threshold; // Mac OS version from which the Core Text API is used to display text static Fl_Fontdesc* calc_fl_fonts(void); // computes the fl_fonts global variable - static int calc_mac_os_version(void); // computes the fl_mac_os_version global variable static void clip_to_rounded_corners(CGContextRef gc, int w, int h); static void complete_copy_pdf_and_tiff(CGContextRef gc, CFMutableDataRef pdfdata); static void draw_layer_to_context(CALayer *layer, CGContextRef gc, int w, int h); -- cgit v1.2.3