diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-04-10 13:21:23 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-04-10 13:21:23 +0200 |
| commit | 4f0a16697eeb62bfa0b5dda13b209e63b03832f7 (patch) | |
| tree | 756f0b6867727a6c370e34c17d805838af97fe22 /src/drivers/Quartz | |
| parent | 7a0bebb22fba0e2ed260b513421f6082a1c27a9e (diff) | |
Remove useless member functions Fl_XXX_Copy_Surface_Driver::w() and h()
Diffstat (limited to 'src/drivers/Quartz')
| -rw-r--r-- | src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.H | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.H b/src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.H index aacf6b749..37751419b 100644 --- a/src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.H +++ b/src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.H @@ -37,8 +37,6 @@ protected: void set_current(); void translate(int x, int y); void untranslate(); - int w() {return width;} - int h() {return height;} }; #endif /* Fl_Quartz_Copy_Surface_Driver_H */ |
