summaryrefslogtreecommitdiff
path: root/include/vcl/opengl/OpenGLWrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/opengl/OpenGLWrapper.hxx')
-rw-r--r--include/vcl/opengl/OpenGLWrapper.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/vcl/opengl/OpenGLWrapper.hxx b/include/vcl/opengl/OpenGLWrapper.hxx
index 23237804e79b..3711b3fd4ba2 100644
--- a/include/vcl/opengl/OpenGLWrapper.hxx
+++ b/include/vcl/opengl/OpenGLWrapper.hxx
@@ -20,18 +20,11 @@ struct VCL_DLLPUBLIC OpenGLWrapper
{
OpenGLWrapper() = delete; // Should not be instantiated
- /**
- * Returns true if VCL has OpenGL rendering enabled
- */
#if HAVE_FEATURE_UI
- static bool isVCLOpenGLEnabled();
-
/**
* Returns the number of times OpenGL buffers have been swapped.
*/
static sal_Int64 getBufferSwapCounter();
-#else
- static bool isVCLOpenGLEnabled() { return false; }
#endif
};