summaryrefslogtreecommitdiff
path: root/src/Fl_Gl_Window_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-09-30 15:53:05 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-09-30 15:53:05 +0200
commit4f6965d39f9fcc0b2eaa4cc97ed096da5c16623d (patch)
tree2e07a5012d8fe7ea0011d3d89cbd6c937e5f1ee0 /src/Fl_Gl_Window_Driver.H
parent75016cb8530c886fad9227b015413da0634aa63a (diff)
Support of FLTK widgets in OpenGL 3 windows under Windows.
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: