From 499ec5c2915530bc3b0d72ef37ff74801cfc67a7 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 25 Mar 2019 18:47:29 +0100 Subject: Replace static void Fl_Window_Driver::default_icons() by virtual Fl_Screen_Driver::default_icons() --- src/Fl_Window_Driver.H | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Fl_Window_Driver.H') diff --git a/src/Fl_Window_Driver.H b/src/Fl_Window_Driver.H index 8bf8a89a8..e31323d72 100644 --- a/src/Fl_Window_Driver.H +++ b/src/Fl_Window_Driver.H @@ -181,8 +181,6 @@ public: virtual const void *icon() const {return NULL;} virtual void icon(const void * ic) {} virtual void free_icons() {} - // each platform implements this its own way - static void default_icons(const Fl_RGB_Image *icons[], int count); // --- window printing/drawing helper virtual void capture_titlebar_and_borders(Fl_RGB_Image*& top, Fl_RGB_Image*& left, -- cgit v1.2.3