summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-10-30 02:24:28 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-10-30 02:24:28 +0100
commitd04b6340bb62299ccf16b80a3553c2314a1a420c (patch)
tree0dfec51937ea4e3075cb400ed602e2d2b6df9945
parent6656e8f3d07e208b105a69869fe005dfb8da8e20 (diff)
remove unused function
Change-Id: I990e53f55093affa0da1878d1cdd46f6b1c6a99c
-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 )