aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_user_interface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_user_interface.cpp')
-rw-r--r--engines/sherlock/tattoo/tattoo_user_interface.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/engines/sherlock/tattoo/tattoo_user_interface.cpp b/engines/sherlock/tattoo/tattoo_user_interface.cpp
index e8756a7f3e..b5ac998103 100644
--- a/engines/sherlock/tattoo/tattoo_user_interface.cpp
+++ b/engines/sherlock/tattoo/tattoo_user_interface.cpp
@@ -321,13 +321,6 @@ void TattooUserInterface::drawInterface(int bufferNum) {
// Bring the widgets to the screen
if (_mask != nullptr)
screen._flushScreen = true;
-
- if (screen._flushScreen)
- screen.blockMove();
-
- // Handle drawing the text tooltip if necessary
- if (_menuMode == STD_MODE || _menuMode == LAB_MODE)
- _tooltipWidget.draw();
}
void TattooUserInterface::doBgAnimRestoreUI() {