From 396b1c63a43132b7f4740adb9d33b8f163dc2f1b Mon Sep 17 00:00:00 2001 From: Andrew Downing Date: Tue, 24 Feb 2015 16:07:32 -0500 Subject: [PATCH] fix fltk code --- src/fltk/xFl_Gl_Window_Group.H | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fltk/xFl_Gl_Window_Group.H b/src/fltk/xFl_Gl_Window_Group.H index 01c7182..3c9ee05 100644 --- a/src/fltk/xFl_Gl_Window_Group.H +++ b/src/fltk/xFl_Gl_Window_Group.H @@ -44,7 +44,6 @@ class FL_EXPORT Fl_Gl_Window_Group : public Fl_Gl_Window { int offscr_w, offscr_h; uchar *imgbuf; - GLContext children_context; unsigned int texid; void init(void);