From 45bb73a9bf4692c68294be12a2e25a39ca3a307b Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 15 Oct 1998 14:06:16 +0000 Subject: Commited WIN32 patches from Bill Spitzak and Gustavo Hime. git-svn-id: file:///fltk/svn/fltk/trunk@11 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Gl_Window.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/Fl_Gl_Window.cxx') diff --git a/src/Fl_Gl_Window.cxx b/src/Fl_Gl_Window.cxx index 8778d0b4f..44b14518e 100644 --- a/src/Fl_Gl_Window.cxx +++ b/src/Fl_Gl_Window.cxx @@ -38,8 +38,6 @@ //////////////////////////////////////////////////////////////// -HDC fl_GetDC(HWND); - int Fl_Gl_Window::can_do(int a, const int *b) { #ifdef WIN32 Fl_Gl_Choice *g = Fl_Gl_Choice::find(a,b); @@ -99,10 +97,6 @@ int Fl_Gl_Window::mode(int m, const int *a) { return 1; } -#ifdef WIN32 -extern char fl_direct_paint; // true when responding to WM_PAINT -#endif - void Fl_Gl_Window::make_current() { #ifdef WIN32 HDC hdc = fl_private_dc(this, mode_,&g); -- cgit v1.2.3