summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-02-03 19:20:56 +0300
committerAndrei Karas <akaras@inbox.ru>2012-02-03 19:20:56 +0300
commit66cb786eb4b9118a087955089faf78732ca4719f (patch)
tree5598e53fa82e2289ef84458bf3b3361fe9400a46 /src
parent98db78be9552b039090ce5dfc53803df2dd54b41 (diff)
downloadplus-66cb786eb4b9118a087955089faf78732ca4719f.tar.gz
plus-66cb786eb4b9118a087955089faf78732ca4719f.tar.bz2
plus-66cb786eb4b9118a087955089faf78732ca4719f.tar.xz
plus-66cb786eb4b9118a087955089faf78732ca4719f.zip
Fix compilation warning with gcc 4.4.
Diffstat (limited to 'src')
-rw-r--r--src/graphicsvertexes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphicsvertexes.h b/src/graphicsvertexes.h
index 046bf90ce..4245e8bf5 100644
--- a/src/graphicsvertexes.h
+++ b/src/graphicsvertexes.h
@@ -153,7 +153,7 @@ class GraphicsVertexes
SDLGraphicsVertexes sdl[5];
#ifdef USE_OPENGL
- OpenGL1GraphicsVertexes ogl1[5];
+// OpenGL1GraphicsVertexes ogl1[5];
OpenGLGraphicsVertexes ogl[5];
#endif