diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-05-24 14:05:41 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-05-24 14:05:41 +0200 |
| commit | bf50352afe8c8aee3cfe1779474d6b6c1854f56f (patch) | |
| tree | 0c731dc2711e17de9a2959aec70a7ba9f69c2a3d /FL | |
| parent | 084c30381d7a9a264f8ac520167c73a1aea280d2 (diff) | |
Remove Fl_Copy_Surface_Driver::draw_decorated_window() that is unnecessary
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Copy_Surface.H | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FL/Fl_Copy_Surface.H b/FL/Fl_Copy_Surface.H index 0d435d464..22f1425c3 100644 --- a/FL/Fl_Copy_Surface.H +++ b/FL/Fl_Copy_Surface.H @@ -92,7 +92,6 @@ protected: virtual void set_current() = 0; virtual void translate(int x, int y) = 0; virtual void untranslate() = 0; - virtual void draw_decorated_window(Fl_Window *win, int x_offset, int y_offset); int printable_rect(int *w, int *h); /** Each platform implements this function its own way. It returns an object implementing all virtual functions |
