summaryrefslogtreecommitdiff
path: root/include/vcl/opengl
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-10-30 02:24:28 +0100
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-11-10 07:58:31 +0100
commit3f42ef09a54eb0cdc9abf6dd095248cce3b2813a (patch)
tree99d4962ca9dfdf6bb53407cd052f9e49afc88aef /include/vcl/opengl
parentbea727895e08c60819a40611927868d4d2bb6434 (diff)
remove unused function
Change-Id: I990e53f55093affa0da1878d1cdd46f6b1c6a99c
Diffstat (limited to 'include/vcl/opengl')
-rw-r--r--include/vcl/opengl/OpenGLContext.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/opengl/OpenGLContext.hxx b/include/vcl/opengl/OpenGLContext.hxx
index a99e6c343b2e..bb7aa3b85125 100644
--- a/include/vcl/opengl/OpenGLContext.hxx
+++ b/include/vcl/opengl/OpenGLContext.hxx
@@ -117,8 +117,6 @@ struct GLWindow
const GLubyte* GLExtensions;
bool bMultiSampleSupported;
- bool HasGLExtension( const char* name ) { return checkExtension( (const GLubyte*) name, GLExtensions ); }
-
GLWindow()
:
#if defined( _WIN32 )