diff options
| author | Manolo Gouy <Manolo> | 2017-07-25 15:28:43 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2017-07-25 15:28:43 +0000 |
| commit | 5a8a2e1ee590e7675fd9aa0762d002759335d458 (patch) | |
| tree | 9849887fab86a2de5484088978febf83c1eac2c0 /src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx | |
| parent | 9c47bc322c38eff149544a06f2569cd9bfbef0c8 (diff) | |
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
Diffstat (limited to 'src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx')
| -rw-r--r-- | src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
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(); } |
