aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2013-09-02 11:15:17 +0300
committerEugene Sandulenko2013-09-06 14:51:23 +0300
commit0dc4914cc4305174102936dc94d27fd192414837 (patch)
treef85332c4814e300dd2e9dc39aabebc7289edeadf /engines/fullpipe/gfx.cpp
parent7c3640b2b7017389e23a81f2f06a3ea9161b8ea2 (diff)
downloadscummvm-rg350-0dc4914cc4305174102936dc94d27fd192414837.tar.gz
scummvm-rg350-0dc4914cc4305174102936dc94d27fd192414837.tar.bz2
scummvm-rg350-0dc4914cc4305174102936dc94d27fd192414837.zip
FULLPIPE: Remove redundant debug info
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;
}