diff options
Diffstat (limited to 'src/drivers/GDI/Fl_GDI_Graphics_Driver.H')
| -rw-r--r-- | src/drivers/GDI/Fl_GDI_Graphics_Driver.H | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/drivers/GDI/Fl_GDI_Graphics_Driver.H b/src/drivers/GDI/Fl_GDI_Graphics_Driver.H index 30ff4aa32..fea0ccac4 100644 --- a/src/drivers/GDI/Fl_GDI_Graphics_Driver.H +++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver.H @@ -104,11 +104,7 @@ protected: virtual void line_unscaled(float x, float y, float x1, float y1); virtual void line_unscaled(float x, float y, float x1, float y1, float x2, float y2); virtual void xyline_unscaled(float x, float y, float x1); - virtual void xyline_unscaled(float x, float y, float x1, float y2); - virtual void xyline_unscaled(float x, float y, float x1, float y2, float x3); virtual void yxline_unscaled(float x, float y, float y1); - virtual void yxline_unscaled(float x, float y, float y1, float x2); - virtual void yxline_unscaled(float x, float y, float y1, float x2, float y3); virtual void loop_unscaled(float x0, float y0, float x1, float y1, float x2, float y2); virtual void loop_unscaled(float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3); virtual void polygon_unscaled(float x0, float y0, float x1, float y1, float x2, float y2); |
