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 /FL | |
| 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 'FL')
| -rw-r--r-- | FL/Fl_Window_Driver.H | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FL/Fl_Window_Driver.H b/FL/Fl_Window_Driver.H index 799965a6b..d53a3dd6a 100644 --- a/FL/Fl_Window_Driver.H +++ b/FL/Fl_Window_Driver.H @@ -166,7 +166,6 @@ public: // --- window icon stuff virtual void icons(const Fl_RGB_Image *icons[], int count) {} - virtual void reuse_icons() {} virtual const void *icon() const {return NULL;} virtual void icon(const void * ic) {} virtual void free_icons() {} |
