summaryrefslogtreecommitdiff
path: root/src/Fl_Gl_Window.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-08-23 15:25:22 +0000
committerManolo Gouy <Manolo>2016-08-23 15:25:22 +0000
commit616bcb635773d87a7e89c928c8d7f2104da1f9d8 (patch)
tree54038b87f58e79c89ca5edfe46f71cbb3dacde57 /src/Fl_Gl_Window.cxx
parentb823bb0d45fd42c2a8c7552a1d181f86659f73b5 (diff)
Step back from r11886 that is not correct.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11888 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Gl_Window.cxx')
-rw-r--r--src/Fl_Gl_Window.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Fl_Gl_Window.cxx b/src/Fl_Gl_Window.cxx
index 4f9285b16..72468fd5c 100644
--- a/src/Fl_Gl_Window.cxx
+++ b/src/Fl_Gl_Window.cxx
@@ -648,10 +648,6 @@ Fl_Gl_Window_Driver *Fl_Gl_Window_Driver::newGlWindowDriver(Fl_Gl_Window *w)
return new Fl_X11_Gl_Window_Driver(w);
}
-void Fl_X11_Gl_Window_Driver::make_current_before() {
- fl_window = fl_xid(pWindow);
-}
-
void Fl_X11_Gl_Window_Driver::before_show(int& need_redraw) {
Fl_X::make_xid(pWindow, g()->vis, g()->colormap);
if (overlay() && overlay() != pWindow) ((Fl_Gl_Window*)overlay())->show();