summaryrefslogtreecommitdiffstats
path: root/src/render/graphicshelpers/graphicscontext.cpp
diff options
context:
space:
mode:
authorWieland Hagen <wieland.hagen@kdab.com>2016-04-15 13:39:09 +0200
committerWieland Hagen <wieland.hagen@kdab.com>2016-04-15 14:59:02 +0000
commit72b886ddf80593a831207991c53fb508bfaa6f8e (patch)
tree359867c9ec064b46e6344cd672ccb44b3ee3d061 /src/render/graphicshelpers/graphicscontext.cpp
parentc8405e12903e621f0ba516a614d101fa8ed56f6d (diff)
GraphicsContext: remove cullFace()
is covered by OpenGL standard functions Change-Id: Ia7f32ec27c1725247a2c1f2bce4fba4433857932 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/render/graphicshelpers/graphicscontext.cpp')
-rw-r--r--src/render/graphicshelpers/graphicscontext.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/render/graphicshelpers/graphicscontext.cpp b/src/render/graphicshelpers/graphicscontext.cpp
index 1600f24e6..80ca4d658 100644
--- a/src/render/graphicshelpers/graphicscontext.cpp
+++ b/src/render/graphicshelpers/graphicscontext.cpp
@@ -790,11 +790,6 @@ void GraphicsContext::depthMask(GLenum mode)
m_glHelper->depthMask(mode);
}
-void GraphicsContext::cullFace(GLenum mode)
-{
- m_glHelper->cullFace(mode);
-}
-
void GraphicsContext::frontFace(GLenum mode)
{
m_glHelper->frontFace(mode);