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.H | |
| 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.H')
| -rw-r--r-- | src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H b/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H index 4ae922cce..576d42736 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H +++ b/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H @@ -115,7 +115,6 @@ public: virtual const void *icon() const; virtual void icon(const void * ic); virtual void free_icons(); - virtual void reuse_icons(); void set_icons(); // driver-internal support function // this one is implemented in Fl_win32.cxx virtual void capture_titlebar_and_borders(Fl_Shared_Image*& top, Fl_Shared_Image*& left, Fl_Shared_Image*& bottom, Fl_Shared_Image*& right); |
