From 5a8a2e1ee590e7675fd9aa0762d002759335d458 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 25 Jul 2017 15:28:43 +0000 Subject: Remove virtual Fl_Window_Driver::reuse_icons() no longer useful after r.12349. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12351 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx') diff --git a/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx b/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx index 383e85e4a..8402e72c0 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx +++ b/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx @@ -371,11 +371,6 @@ void Fl_WinAPI_Window_Driver::icons(const Fl_RGB_Image *icons[], int count) { icon_->icons[i] = (Fl_RGB_Image*)((Fl_RGB_Image*)icons[i])->copy(); } - reuse_icons(); -} - -void Fl_WinAPI_Window_Driver::reuse_icons() -{ if (Fl_X::i(pWindow)) set_icons(); } -- cgit v1.2.3