From ec290bc9e03c67de690649d1d3174cce0f5b3eec Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sun, 14 Feb 2016 06:36:20 +0000 Subject: Remove Fl_X::q_fill_context() used only once. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11171 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/mac.H | 1 - FL/porting.H | 1 - 2 files changed, 2 deletions(-) (limited to 'FL') diff --git a/FL/mac.H b/FL/mac.H index 4826056d1..a2559882f 100644 --- a/FL/mac.H +++ b/FL/mac.H @@ -162,7 +162,6 @@ public: void in_windowDidResize(bool); // sets whether window is performing windowDidResize // Quartz additions: CGContextRef gc; // graphics context (NULL when using QD) - static void q_fill_context(); // fill a Quartz context with current FLTK state static void q_release_context(Fl_X *x=0); // free all resources associated with fl_gc // Cocoa additions static NSOpenGLPixelFormat *mode_to_NSOpenGLPixelFormat(int mode, const int*); // computes NSOpenGLPixelFormat from Gl window's mode diff --git a/FL/porting.H b/FL/porting.H index 77a999317..6c3d7cfc9 100644 --- a/FL/porting.H +++ b/FL/porting.H @@ -97,7 +97,6 @@ public: // void in_windowDidResize(bool); // sets whether window is performing windowDidResize // // Quartz additions: // CGContextRef gc; // graphics context (NULL when using QD) -// static void q_fill_context(); // fill a Quartz context with current FLTK state // static void q_release_context(Fl_X *x=0); // free all resources associated with fl_gc // // Cocoa additions // static NSOpenGLPixelFormat *mode_to_NSOpenGLPixelFormat(int mode, const int*); // computes NSOpenGLPixelFormat from Gl window's mode -- cgit v1.2.3