summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/win32.H1
-rw-r--r--FL/x.H1
2 files changed, 0 insertions, 2 deletions
diff --git a/FL/win32.H b/FL/win32.H
index 0a43a2c75..6a4ed57ec 100644
--- a/FL/win32.H
+++ b/FL/win32.H
@@ -65,7 +65,6 @@ public:
static int fake_X_wm(const Fl_Window* w,int &X, int &Y,
int &bt,int &bx,int &by);
void make_fullscreen(int X, int Y, int W, int H);
- void setwindow(Fl_Window* wi) {w=wi; wi->i=this;}
void set_minmax(LPMINMAXINFO minmax);
void mapraise();
int set_cursor(Fl_Cursor);
diff --git a/FL/x.H b/FL/x.H
index 0f558a84c..9590f1c80 100644
--- a/FL/x.H
+++ b/FL/x.H
@@ -120,7 +120,6 @@ public:
char wait_for_expose;
static Fl_X* first;
static Fl_X* i(const Fl_Window* wi) {return wi->i;}
- void setwindow(Fl_Window* wi) {w=wi; wi->i=this;}
void sendxjunk();
int set_cursor(Fl_Cursor);
int set_cursor(const Fl_RGB_Image*, int, int);