summaryrefslogtreecommitdiff
path: root/src/Fl_Copy_Surface.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Copy_Surface.cxx')
-rw-r--r--src/Fl_Copy_Surface.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Fl_Copy_Surface.cxx b/src/Fl_Copy_Surface.cxx
index 5ef4ea4e3..b40a72cc1 100644
--- a/src/Fl_Copy_Surface.cxx
+++ b/src/Fl_Copy_Surface.cxx
@@ -61,10 +61,6 @@ int Fl_Copy_Surface::printable_rect(int *w, int *h) {
return 1;
}
-void Fl_Copy_Surface::draw_decorated_window(Fl_Window *win, int x_offset, int y_offset) {
- if (platform_surface) platform_surface->draw_decorated_window(win, x_offset, y_offset);
-}
-
/**
\cond DriverDev
\addtogroup DriverDeveloper