summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Window.H2
-rw-r--r--FL/mac.H1
-rw-r--r--FL/win32.H2
-rw-r--r--FL/x.H1
4 files changed, 1 insertions, 5 deletions
diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H
index aa0e43cb1..391ac3212 100644
--- a/FL/Fl_Window.H
+++ b/FL/Fl_Window.H
@@ -355,7 +355,7 @@ public:
#if defined(WIN32) && !defined(FL_DOXYGEN)
typedef struct HICON__* HICON;
// These 2 member functions break the driver model but are kept for back compatibility.
- // They are implemented in Fl_WinAPI_Window_Driver.cxx
+ // They are implemented in Fl_win32.cxx
static void default_icons(HICON big_icon, HICON small_icon);
void icons(HICON big_icon, HICON small_icon);
#endif
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);
diff --git a/FL/win32.H b/FL/win32.H
index f887a4c6c..8b841886b 100644
--- a/FL/win32.H
+++ b/FL/win32.H
@@ -70,8 +70,6 @@ public:
void flush() {w->flush();}
void set_minmax(LPMINMAXINFO minmax);
void mapraise();
- static void set_default_icons(const Fl_RGB_Image*[], int);
- static void set_default_icons(HICON, HICON);
void set_icons();
int set_cursor(Fl_Cursor);
int set_cursor(const Fl_RGB_Image*, int, int);
diff --git a/FL/x.H b/FL/x.H
index f83c2b0ce..984391011 100644
--- a/FL/x.H
+++ b/FL/x.H
@@ -125,7 +125,6 @@ public:
static Fl_X* i(const Fl_Window* wi) {return wi->i;}
void setwindow(Fl_Window* wi) {w=wi; wi->i=this;}
void sendxjunk();
- 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);