diff options
Diffstat (limited to 'src/opengl1graphics.h')
-rw-r--r-- | src/opengl1graphics.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/opengl1graphics.h b/src/opengl1graphics.h index 113b4b8a7..a9fc95722 100644 --- a/src/opengl1graphics.h +++ b/src/opengl1graphics.h @@ -41,15 +41,6 @@ class OpenGL1Graphics : public Graphics ~OpenGL1Graphics(); - /** - * Sets whether vertical refresh syncing is enabled. Takes effect after - * the next call to setVideoMode(). Only implemented on MacOS for now. - */ - void setSync(bool sync); - - bool getSync() const - { return mSync; } - bool setVideoMode(int w, int h, int bpp, bool fs, bool hwaccel, bool resize, bool noFrame); @@ -141,7 +132,6 @@ class OpenGL1Graphics : public Graphics private: bool mAlpha, mTexture; bool mColorAlpha; - bool mSync; GLuint mFboId; GLuint mTextureId; GLuint mRboId; |