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.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/vcl/opengl/OpenGLWrapper.hxx b/include/vcl/opengl/OpenGLWrapper.hxx
index c84286ea5244..23237804e79b 100644
--- a/include/vcl/opengl/OpenGLWrapper.hxx
+++ b/include/vcl/opengl/OpenGLWrapper.hxx
@@ -31,10 +31,7 @@ struct VCL_DLLPUBLIC OpenGLWrapper
*/
static sal_Int64 getBufferSwapCounter();
#else
- static bool isVCLOpenGLEnabled()
- {
- return false;
- }
+ static bool isVCLOpenGLEnabled() { return false; }
#endif
};