aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx
diff options
context:
space:
mode:
authorEugene Sandulenko2011-06-28 22:57:20 +0300
committerEugene Sandulenko2011-06-29 17:16:28 +0300
commita17049e22893dcb240b7bd9cc864368c22765514 (patch)
treeee117b21064d4c2e0487914b003f7cc822ab1276 /engines/sword25/gfx
parent15a16e556ca03b51b1fc03f135834bf57f592b52 (diff)
downloadscummvm-rg350-a17049e22893dcb240b7bd9cc864368c22765514.tar.gz
scummvm-rg350-a17049e22893dcb240b7bd9cc864368c22765514.tar.bz2
scummvm-rg350-a17049e22893dcb240b7bd9cc864368c22765514.zip
SWORD25: removed useless warning in setVsync()
Diffstat (limited to 'engines/sword25/gfx')
-rw-r--r--engines/sword25/gfx/graphicengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/gfx/graphicengine.cpp b/engines/sword25/gfx/graphicengine.cpp
index 91133b9fd2..14ba032107 100644
--- a/engines/sword25/gfx/graphicengine.cpp
+++ b/engines/sword25/gfx/graphicengine.cpp
@@ -156,7 +156,7 @@ RenderObjectPtr<Panel> GraphicEngine::getMainPanel() {
}
void GraphicEngine::setVsync(bool vsync) {
- warning("STUB: SetVsync(%d)", vsync);
+ // ScummVM has no concept of VSync
}
bool GraphicEngine::getVsync() const {