From a4e5dc0267bf972b5897aec0f167b3e2d9488a8c Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sun, 17 Apr 2016 10:12:42 +0000 Subject: Move q_release_context() from class Fl_X to class Fl_Cocoa_Window_Driver git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11639 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/mac.H | 2 -- 1 file changed, 2 deletions(-) (limited to 'FL') diff --git a/FL/mac.H b/FL/mac.H index b7e30dfda..1b39d2a08 100644 --- a/FL/mac.H +++ b/FL/mac.H @@ -144,8 +144,6 @@ public: void changed_resolution(bool);// sets whether window just moved to display with another resolution bool in_windowDidResize(); // is window performing windowDidResize? void in_windowDidResize(bool); // sets whether window is performing windowDidResize - // Quartz additions: - static void q_release_context(Fl_X *x=0); // free all resources associated with gc // Cocoa additions static NSOpenGLPixelFormat *mode_to_NSOpenGLPixelFormat(int mode, const int*); // computes NSOpenGLPixelFormat from Gl window's mode static NSOpenGLContext* create_GLcontext_for_window(NSOpenGLPixelFormat *pixelformat, NSOpenGLContext *shared_ctx, Fl_Window *window); -- cgit v1.2.3