diff options
| author | Manolo Gouy <Manolo> | 2016-04-17 05:41:05 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-17 05:41:05 +0000 |
| commit | c6c92e40370863cad1d05146551298cf5c070c63 (patch) | |
| tree | a09d1b5990464d23c2176b5ecf9a1e1f8359ce66 /FL | |
| parent | 67ccf3d216d614bbaaf4b2b7401cc18d9d0de22a (diff) | |
Remove set_icons() from the virtual API of class Fl_Window_Driver because it is internal to some drivers.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11636 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 d701783f3..d2d485a52 100644 --- a/FL/Fl_Window_Driver.H +++ b/FL/Fl_Window_Driver.H @@ -145,7 +145,6 @@ public: virtual const void *icon() const {return NULL;} // TODO: check virtual void icon(const void * ic) {} // TODO: check virtual void free_icons() {} // TODO: check - virtual void set_icons() {} // each platform implements this its own way static void default_icons(const Fl_RGB_Image *icons[], int count); |
