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_cocoa.mm | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'src/Fl_cocoa.mm') diff --git a/src/Fl_cocoa.mm b/src/Fl_cocoa.mm index 5d32dd1b3..462d2fa3c 100644 --- a/src/Fl_cocoa.mm +++ b/src/Fl_cocoa.mm @@ -151,25 +151,6 @@ void fl_set_status(int x, int y, int w, int h) { } -/** - * @cond DriverDev - * @addtogroup DriverDeveloper - * @{ - */ - -/** - * Set the default icon for the window decoration. - * - * @todo This method should probably be virtual and should be overriden for - * a give targte platform. This implementation however lives in Fl_Cocoa.m - * which is a Mac specific file. - */ -void Fl_Window_Driver::default_icons(const Fl_RGB_Image *icons[], int count) {} - -/** - * @} - * @endcond - */ /* * Mac keyboard lookup table -- cgit v1.2.3