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 /src | |
| parent | 084c30381d7a9a264f8ac520167c73a1aea280d2 (diff) | |
Remove Fl_Copy_Surface_Driver::draw_decorated_window() that is unnecessary
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Copy_Surface.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Fl_Copy_Surface.cxx b/src/Fl_Copy_Surface.cxx index 011d0f06d..0eecaf59b 100644 --- a/src/Fl_Copy_Surface.cxx +++ b/src/Fl_Copy_Surface.cxx @@ -77,10 +77,6 @@ int Fl_Copy_Surface_Driver::printable_rect(int *w, int *h) { return 0; } -void Fl_Copy_Surface_Driver::draw_decorated_window(Fl_Window *win, int x_offset, int y_offset) { - Fl_Widget_Surface::draw_decorated_window(win, x_offset, y_offset); -} - /** \} \endcond |
