summaryrefslogtreecommitdiff
path: root/src/Fl_Single_Window.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2016-03-13 22:16:37 +0000
committerMatthias Melcher <fltk@matthiasm.com>2016-03-13 22:16:37 +0000
commitb496d18b85917106c48e8e6f74115b3122b603d1 (patch)
tree4d96befa4377a81c89c6a32f4d66220199572938 /src/Fl_Single_Window.cxx
parent30756ae3500a62bd8f63b4df3eb3ca8f6b8b0b70 (diff)
Fixed 'flush()' code for single, double, and overlay buffering
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11359 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Single_Window.cxx')
-rw-r--r--src/Fl_Single_Window.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Fl_Single_Window.cxx b/src/Fl_Single_Window.cxx
index fd871a3b8..c5e37fabc 100644
--- a/src/Fl_Single_Window.cxx
+++ b/src/Fl_Single_Window.cxx
@@ -31,12 +31,6 @@ void Fl_Single_Window::show()
}
-void Fl_Single_Window::flush()
-{
- Fl_Window::flush();
-}
-
-
Fl_Single_Window::Fl_Single_Window(int W, int H, const char *l)
: Fl_Window(W,H,l)
{