diff options
author | Max Horn | 2005-03-12 17:03:59 +0000 |
---|---|---|
committer | Max Horn | 2005-03-12 17:03:59 +0000 |
commit | 848a6bcaea3073ab31108072cf49360957b3d47e (patch) | |
tree | bd2a1610bfa65f3773b5bcd8a757835a5032e631 | |
parent | 4b5b9bc984e78904b05d22be32796eeee4720d71 (diff) | |
download | scummvm-rg350-848a6bcaea3073ab31108072cf49360957b3d47e.tar.gz scummvm-rg350-848a6bcaea3073ab31108072cf49360957b3d47e.tar.bz2 scummvm-rg350-848a6bcaea3073ab31108072cf49360957b3d47e.zip |
Forgot to remove this
svn-id: r17103
-rw-r--r-- | gui/dialog.cpp | 2 |
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) |