summaryrefslogtreecommitdiff
path: root/src/Fl_Gl_Window_Driver.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Gl_Window_Driver.H')
-rw-r--r--src/Fl_Gl_Window_Driver.H2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Fl_Gl_Window_Driver.H b/src/Fl_Gl_Window_Driver.H
index 383b6bf56..5c44a8c32 100644
--- a/src/Fl_Gl_Window_Driver.H
+++ b/src/Fl_Gl_Window_Driver.H
@@ -36,8 +36,6 @@ class Fl_Font_Descriptor;
class Fl_Gl_Window_Driver {
private:
GLint current_prog;
- typedef void (*glUseProgram_type)(GLint);
- static glUseProgram_type glUseProgram_f;
protected:
Fl_Gl_Window *pWindow;
public: