From b771ee53b9e7c9a182764994ddd0852d91cc833f Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 1 Mar 2021 15:47:23 +0100 Subject: Remove duplicated code between derived classes of Fl_Graphics_Driver - cont'd. --- src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H | 4 ---- 1 file changed, 4 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 388fefd0f..4f868238c 100644 --- a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H +++ b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H @@ -87,7 +87,6 @@ public: void XDestroyRegion(Fl_Region r); void high_resolution(bool b) { high_resolution_ = b; } protected: - void fixloop(); void point(int x, int y); void rect(int x, int y, int w, int h); void focus_rect(int x, int y, int w, int h); @@ -109,13 +108,10 @@ protected: 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 restore_clip(); - void begin_complex_polygon(); void end_points(); void end_line(); - void end_loop(); void end_polygon(); void end_complex_polygon(); - void gap(); void circle(double x, double y, double r); void arc(int x, int y, int w, int h, double a1, double a2); void pie(int x, int y, int w, int h, double a1, double a2); -- cgit v1.2.3