aboutsummaryrefslogtreecommitdiff
path: root/gui/newgui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/newgui.cpp')
-rw-r--r--gui/newgui.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/newgui.cpp b/gui/newgui.cpp
index 5bdcb77df7..5a23fbfb19 100644
--- a/gui/newgui.cpp
+++ b/gui/newgui.cpp
@@ -164,7 +164,6 @@ void NewGui::runLoop() {
_currentKeyDown.keycode = 0;
break;
case OSystem::EVENT_MOUSEMOVE:
- _system->set_mouse_pos(event.mouse.x, event.mouse.y);
activeDialog->handleMouseMoved(event.mouse.x - activeDialog->_x, event.mouse.y - activeDialog->_y, 0);
break;
// We don't distinguish between mousebuttons (for now at least)