Remove unused function after commit 325004f

This commit is contained in:
ManoloFLTK 2024-07-19 14:04:59 +02:00
parent 56f0671b32
commit ffe39737e5
1 changed files with 0 additions and 6 deletions

View File

@ -193,12 +193,6 @@ Fl_Gl_Choice *Fl_X11_Gl_Window_Driver::find(int m, const int *alistp)
return g;
}
static bool ctxErrorOccurred = false;
static int ctxErrorHandler( Display *, XErrorEvent * )
{
ctxErrorOccurred = true;
return 0;
}
GLContext Fl_X11_Gl_Window_Driver::create_gl_context(Fl_Window* window,
const Fl_Gl_Choice* g) {