From 16beb869a506107a8286bc225a152766a8a7a798 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sun, 17 Apr 2016 09:25:00 +0000 Subject: Move Fl_X::gc for Mac platform to the Fl_Cocoa_Window_Driver class git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11638 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 7359ad5d6..b7e30dfda 100644 --- a/FL/mac.H +++ b/FL/mac.H @@ -145,7 +145,6 @@ public: bool in_windowDidResize(); // is window performing windowDidResize? void in_windowDidResize(bool); // sets whether window is performing windowDidResize // Quartz additions: - CGContextRef gc; // graphics context (NULL when using QD) 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 -- cgit v1.2.3