From db38a363697afd2107e4c0ee874ddec60c53e867 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 3 Aug 2017 09:39:56 +0200 Subject: WAGE: Remove redundant call --- engines/wage/gui-console.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/engines/wage/gui-console.cpp b/engines/wage/gui-console.cpp index dd761f0487..53ccb55233 100644 --- a/engines/wage/gui-console.cpp +++ b/engines/wage/gui-console.cpp @@ -192,11 +192,6 @@ void Gui::renderConsole(Graphics::ManagedSurface *g, const Common::Rect &r) { fullRedraw = true; } -#ifdef USE_MACTEXTWINDOW - // TODO: Call this at an appropriate place (only when the selection can change) - _consoleWindow->setSelection(_selectionStartX, _selectionStartY, _selectionEndX, _selectionEndY); -#endif // USE_MACTEXTWINDOW - if (fullRedraw) { _console.clear(kColorWhite); } -- cgit v1.2.3