aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/macgui/mactextwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/macgui/mactextwindow.cpp b/graphics/macgui/mactextwindow.cpp
index b02fe56e08..c8e3a937cc 100644
--- a/graphics/macgui/mactextwindow.cpp
+++ b/graphics/macgui/mactextwindow.cpp
@@ -132,7 +132,7 @@ bool MacTextWindow::draw(ManagedSurface *g, bool forceRedraw) {
}
bool MacTextWindow::processEvent(Common::Event &event) {
- WindowClick click = isInBorder(event.mouse.x, event.mouse.y);
+ /*WindowClick click =*/ isInBorder(event.mouse.x, event.mouse.y);
if (event.type == Common::EVENT_KEYDOWN) {
_wm->setActive(getId());