diff options
| author | Manolo Gouy <Manolo> | 2016-02-14 06:19:26 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-02-14 06:19:26 +0000 |
| commit | 6439f34ee7d84dae786c73388c4bae54f31c65e4 (patch) | |
| tree | 386ec98878205a1310e9c303c7328762a89226e9 /FL | |
| parent | a349dc994e686e99338e4b9b8aaf07fd1921e51d (diff) | |
Remove Fl_X::q_clear_clipping() used only once.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11170 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/mac.H | 1 | ||||
| -rw-r--r-- | FL/porting.H | 3 |
2 files changed, 0 insertions, 4 deletions
@@ -163,7 +163,6 @@ public: // 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_clear_clipping(); // remove all clipping from a Quartz context 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 34ad95826..77a999317 100644 --- a/FL/porting.H +++ b/FL/porting.H @@ -98,10 +98,7 @@ public: // // 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_clear_clipping(); // remove all clipping from a Quartz context // static void q_release_context(Fl_X *x=0); // free all resources associated with fl_gc -// static void q_begin_image(CGRect&, int x, int y, int w, int h); -// static void q_end_image(); // // 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); |
