diff options
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/opengl/OpenGLContext.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/opengl/OpenGLContext.hxx b/include/vcl/opengl/OpenGLContext.hxx index 67570c104e13..5ef30cd4bf06 100644 --- a/include/vcl/opengl/OpenGLContext.hxx +++ b/include/vcl/opengl/OpenGLContext.hxx @@ -200,9 +200,6 @@ public: bool isCurrent(); static void clearCurrent(); - /// reset all contexts dis-associating them with their underlying - /// resources before a potential thread switch. - static void resetAllContexts(); /// make this GL context current - so it is implicit in subsequent GL calls void makeCurrent(); |