aboutsummaryrefslogtreecommitdiff
path: root/gui/dialog.cpp
diff options
context:
space:
mode:
authorMax Horn2005-03-12 17:03:59 +0000
committerMax Horn2005-03-12 17:03:59 +0000
commit848a6bcaea3073ab31108072cf49360957b3d47e (patch)
treebd2a1610bfa65f3773b5bcd8a757835a5032e631 /gui/dialog.cpp
parent4b5b9bc984e78904b05d22be32796eeee4720d71 (diff)
downloadscummvm-rg350-848a6bcaea3073ab31108072cf49360957b3d47e.tar.gz
scummvm-rg350-848a6bcaea3073ab31108072cf49360957b3d47e.tar.bz2
scummvm-rg350-848a6bcaea3073ab31108072cf49360957b3d47e.zip
Forgot to remove this
svn-id: r17103
Diffstat (limited to 'gui/dialog.cpp')
-rw-r--r--gui/dialog.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/dialog.cpp b/gui/dialog.cpp
index 9d7968b93f..7579cce519 100644
--- a/gui/dialog.cpp
+++ b/gui/dialog.cpp
@@ -215,8 +215,6 @@ void Dialog::handleKeyUp(uint16 ascii, int keycode, int modifiers) {
}
void Dialog::handleMouseMoved(int x, int y, int button) {
- x /= g_gui.getScaleFactor(); y /= g_gui.getScaleFactor();
-
Widget *w;
//if (!button)