From 0d8385a652441440d8fa2db15bd40d4d5cf4e734 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 12 Oct 2020 21:05:27 +0200 Subject: Simpler macOS implementation of capture of window titlebars. --- src/Fl_Copy_Surface.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/Fl_Copy_Surface.cxx') 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 -- cgit v1.2.3