aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/opengl/opengl-graphics.h
diff options
context:
space:
mode:
authorJohannes Schickel2011-03-20 17:30:23 +0100
committerJohannes Schickel2011-03-20 17:30:23 +0100
commit33cf1f8f598f1137c710f17c6676784bb6b3674a (patch)
tree9c041720802261062cb8cddee478ec9641fdd830 /backends/graphics/opengl/opengl-graphics.h
parent6502e191b939ad836c92dc602a6f0e4e4c75b044 (diff)
downloadscummvm-rg350-33cf1f8f598f1137c710f17c6676784bb6b3674a.tar.gz
scummvm-rg350-33cf1f8f598f1137c710f17c6676784bb6b3674a.tar.bz2
scummvm-rg350-33cf1f8f598f1137c710f17c6676784bb6b3674a.zip
OPENGL: Get rid of unused switchDisplayMode.
Diffstat (limited to 'backends/graphics/opengl/opengl-graphics.h')
-rw-r--r--backends/graphics/opengl/opengl-graphics.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/backends/graphics/opengl/opengl-graphics.h b/backends/graphics/opengl/opengl-graphics.h
index 33eab7653c..374f1c196e 100644
--- a/backends/graphics/opengl/opengl-graphics.h
+++ b/backends/graphics/opengl/opengl-graphics.h
@@ -217,15 +217,6 @@ protected:
int _displayWidth;
int _displayHeight;
- /**
- * Sets the dispaly mode.
- *
- * This can only be used in a GFX transaction.
- *
- * @param mode the dispaly mode, if -1 it will switch to next mode. If -2 to previous mode.
- */
- virtual void switchDisplayMode(int mode);
-
virtual const char *getCurrentModeName();
virtual void calculateDisplaySize(int &width, int &height);