summaryrefslogtreecommitdiff
path: root/FL/mac.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-04-16 12:28:50 +0000
committerManolo Gouy <Manolo>2016-04-16 12:28:50 +0000
commitb0ce80f56bc0ff464277910cf0340a3162864498 (patch)
tree81d199d8450380f8e2544f81c5568021d3e61a06 /FL/mac.H
parentd3e2a88c09a290f709aae843a9d4ce95ab629347 (diff)
Continue removing non window-related member-functions from class Fl_X.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11632 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/mac.H')
-rw-r--r--FL/mac.H1
1 files changed, 0 insertions, 1 deletions
diff --git a/FL/mac.H b/FL/mac.H
index eabbe4271..a0e390607 100644
--- a/FL/mac.H
+++ b/FL/mac.H
@@ -158,7 +158,6 @@ public:
void destroy(void);
void set_key_window(void);
// OS X doesn't have per window icons
- static void set_default_icons(const Fl_RGB_Image*[], int) {};
void set_icons() {};
int set_cursor(Fl_Cursor);
int set_cursor(const Fl_RGB_Image*, int, int);