From bcdf4a4be16cd73a15643c67934d5a28f66a0a55 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Thu, 12 May 2011 11:50:43 +0000 Subject: Mac OS: simplified by removing Fl_X::contains_GL_subwindow() function. This operation is now performed within Fl_cocoa.mm git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8657 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Gl_Window.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Fl_Gl_Window.cxx') diff --git a/src/Fl_Gl_Window.cxx b/src/Fl_Gl_Window.cxx index 33b0930cd..a7f6864bc 100644 --- a/src/Fl_Gl_Window.cxx +++ b/src/Fl_Gl_Window.cxx @@ -95,7 +95,6 @@ void Fl_Gl_Window::show() { if (overlay && overlay != this) ((Fl_Gl_Window*)overlay)->show(); #elif defined(__APPLE__) if( ! parent() ) need_redraw=1; - else Fl_X::i(window())->contains_GL_subwindow(); #endif } Fl_Window::show(); -- cgit v1.2.3