fix fltk code

This commit is contained in:
Andrew Downing 2015-02-24 16:07:32 -05:00
parent 1bfba0df5f
commit 396b1c63a4

View File

@ -44,7 +44,6 @@ class FL_EXPORT Fl_Gl_Window_Group : public Fl_Gl_Window {
int offscr_w, offscr_h; int offscr_w, offscr_h;
uchar *imgbuf; uchar *imgbuf;
GLContext children_context;
unsigned int texid; unsigned int texid;
void init(void); void init(void);