From 0dc4914cc4305174102936dc94d27fd192414837 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 2 Sep 2013 11:15:17 +0300 Subject: FULLPIPE: Remove redundant debug info --- engines/fullpipe/gfx.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/fullpipe/gfx.cpp') 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; } -- cgit v1.2.3