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 --- FL/Fl_Window_Driver.H | 1 - 1 file changed, 1 deletion(-) (limited to 'FL') 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() {} -- cgit v1.2.3