From d55dfeb5e954d650287320c5e2fe90befe6e2d60 Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Mon, 15 Sep 2008 17:46:42 +0000 Subject: Doxygen documentation. Fixed somes typos and also H4 remanent misplaced tags and comments. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6258 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Gl_Window.H | 1 - 1 file changed, 1 deletion(-) (limited to 'FL/Fl_Gl_Window.H') diff --git a/FL/Fl_Gl_Window.H b/FL/Fl_Gl_Window.H index cbe793baf..ce081973c 100644 --- a/FL/Fl_Gl_Window.H +++ b/FL/Fl_Gl_Window.H @@ -160,7 +160,6 @@ public: Fl_Mode mode() const {return (Fl_Mode)mode_;} int mode(int a) {return mode(a,0);} int mode(const int *a) {return mode(0, a);} - void* context() const {return context_;} void context(void*, int destroy_flag = 0); void make_current(); -- cgit v1.2.3