summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/mac.H1
-rw-r--r--FL/win32.H1
-rw-r--r--FL/x.H1
3 files changed, 0 insertions, 3 deletions
diff --git a/FL/mac.H b/FL/mac.H
index ae27a95d4..eabbe4271 100644
--- a/FL/mac.H
+++ b/FL/mac.H
@@ -123,7 +123,6 @@ extern NSCursor *fl_default_cursor;
// WARNING: this object is highly subject to change!
class Fl_X {
public:
- virtual ~Fl_X() {} // very important
Window xid; // pointer to the Cocoa window object (FLWindow*)
Fl_Offscreen other_xid; // pointer for offscreen bitmaps (overlay window)
Fl_Window *w; // FLTK window for
diff --git a/FL/win32.H b/FL/win32.H
index f246a67d9..f887a4c6c 100644
--- a/FL/win32.H
+++ b/FL/win32.H
@@ -49,7 +49,6 @@ typedef HWND Window;
// Warning: this object is highly subject to change!
class FL_EXPORT Fl_X {
public:
- virtual ~Fl_X() {} // very important
// member variables - add new variables only at the end of this block
Window xid;
HBITMAP other_xid; // for double-buffered windows
diff --git a/FL/x.H b/FL/x.H
index 7f96b88fe..35ee1e0e5 100644
--- a/FL/x.H
+++ b/FL/x.H
@@ -114,7 +114,6 @@ extern FL_EXPORT Fl_XFont_On_Demand fl_xfont;
// FL_LIBRARY or FL_INTERNALS must be defined to access this class.
class FL_EXPORT Fl_X {
public:
- virtual ~Fl_X() {} // very important
Window xid;
Window other_xid;
Fl_Window *w;