aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/gfx.cpp')
-rw-r--r--engines/fullpipe/gfx.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/fullpipe/gfx.cpp b/engines/fullpipe/gfx.cpp
index 6ccf661986..6627e35a85 100644
--- a/engines/fullpipe/gfx.cpp
+++ b/engines/fullpipe/gfx.cpp
@@ -312,8 +312,6 @@ bool GameObject::load(MfcArchive &file) {
}
void GameObject::setOXY(int x, int y) {
- warning("GameObject::setOXY(%d, %d) %s", x, y, transCyrillic((byte *)_objectName));
-
_ox = x;
_oy = y;
}