summaryrefslogtreecommitdiff
path: root/src/drivers/X11/Fl_X11_Window_Driver.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-04-21 16:27:08 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-04-21 16:27:08 +0200
commitfe972185c085694c7aab651419671a86d1b36eab (patch)
tree67be82188028808aebd92e719ce92edaf2ef6faa /src/drivers/X11/Fl_X11_Window_Driver.cxx
parentf8f7e101f36708eb3f347a82459ab9d7120e441b (diff)
Fl_Window_Driver::destroy_double_buffer() does not need overrides
Diffstat (limited to 'src/drivers/X11/Fl_X11_Window_Driver.cxx')
-rw-r--r--src/drivers/X11/Fl_X11_Window_Driver.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/drivers/X11/Fl_X11_Window_Driver.cxx b/src/drivers/X11/Fl_X11_Window_Driver.cxx
index 7285bc152..9b4b45de9 100644
--- a/src/drivers/X11/Fl_X11_Window_Driver.cxx
+++ b/src/drivers/X11/Fl_X11_Window_Driver.cxx
@@ -40,12 +40,6 @@
Window fl_window;
-void Fl_X11_Window_Driver::destroy_double_buffer() {
- fl_delete_offscreen(other_xid);
- other_xid = 0;
-}
-
-
Fl_X11_Window_Driver::Fl_X11_Window_Driver(Fl_Window *win)
: Fl_Window_Driver(win)
{