diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-03-25 18:47:29 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-03-25 18:47:29 +0100 |
| commit | 499ec5c2915530bc3b0d72ef37ff74801cfc67a7 (patch) | |
| tree | 38938c8818aa76fc01e439a367fb68d9d7167623 /src/Fl_Window_Driver.H | |
| parent | 258116c5a61cf1861058ab5c4ef07ffe73fc4912 (diff) | |
Replace static void Fl_Window_Driver::default_icons() by virtual Fl_Screen_Driver::default_icons()
Diffstat (limited to 'src/Fl_Window_Driver.H')
| -rw-r--r-- | src/Fl_Window_Driver.H | 2 |
1 files changed, 0 insertions, 2 deletions
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, |
