summaryrefslogtreecommitdiffstats
path: root/src/render/graphicshelpers/graphicscontext_p.h
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_p.h
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_p.h')
-rw-r--r--src/render/graphicshelpers/graphicscontext_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/render/graphicshelpers/graphicscontext_p.h b/src/render/graphicshelpers/graphicscontext_p.h
index d00292cb4..b21c94e20 100644
--- a/src/render/graphicshelpers/graphicscontext_p.h
+++ b/src/render/graphicshelpers/graphicscontext_p.h
@@ -189,7 +189,6 @@ public:
void clearColor(const QColor &color);
void clearDepthValue(float depth);
void clearStencilValue(int stencil);
- void cullFace(GLenum mode);
void depthMask(GLenum mode);
void depthTest(GLenum mode);
void disableClipPlane(int clipPlane);