From d2870d6f7d378e374da515280e9434c605b1ac4e Mon Sep 17 00:00:00 2001 From: ManoloFLTK Date: Tue, 4 Dec 2018 15:11:03 +0100 Subject: Define useful implementations of Fl_Graphics_Driver::push_no_clip() and pop_clip(). --- src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H') diff --git a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H index 9b4a16fc6..80d0bd615 100644 --- a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H +++ b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H @@ -113,8 +113,6 @@ protected: void push_clip(int x, int y, int w, int h); int clip_box(int x, int y, int w, int h, int &X, int &Y, int &W, int &H); int not_clipped(int x, int y, int w, int h); - void push_no_clip(); - void pop_clip(); void restore_clip(); // --- implementation is in src/fl_vertex.cxx which includes src/cfg_gfx/xxx_rect.cxx void begin_complex_polygon(); -- cgit v1.2.3