diff options
Diffstat (limited to 'gui/newgui.cpp')
-rw-r--r-- | gui/newgui.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gui/newgui.cpp b/gui/newgui.cpp index cf29d44ce0..b6c8f549ab 100644 --- a/gui/newgui.cpp +++ b/gui/newgui.cpp @@ -394,11 +394,6 @@ void GuiManager::animateCursor() { } } -void GuiManager::clearDragWidget() { - if (!_dialogStack.empty()) - _dialogStack.top()->_dragWidget = 0; -} - bool GuiManager::checkScreenChange() { int tmpScreenChangeID = _system->getScreenChangeID(); if (_lastScreenChangeID != tmpScreenChangeID) { |