diff options
| author | Matthias Melcher <github@matthiasm.com> | 2024-01-29 14:01:41 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2024-01-29 14:01:41 +0100 |
| commit | faff63130c90461d7e077be68a40a716257be12d (patch) | |
| tree | 15ae77eb7279af23704b7db671a30ac18657b8ae /src/Fl_Gl_Window_Driver.H | |
| parent | c40b1653532aa08412aa8232fb8a11289512283e (diff) | |
Fix cached GL context on all platforms (#737)
Diffstat (limited to 'src/Fl_Gl_Window_Driver.H')
| -rw-r--r-- | src/Fl_Gl_Window_Driver.H | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Fl_Gl_Window_Driver.H b/src/Fl_Gl_Window_Driver.H index ee3332545..d40cbf89e 100644 --- a/src/Fl_Gl_Window_Driver.H +++ b/src/Fl_Gl_Window_Driver.H @@ -38,7 +38,6 @@ protected: GLint current_prog; Fl_Gl_Window *pWindow; public: - static GLContext cached_context; static Fl_Window* cached_window; static int nContext; static GLContext *context_list; |
