[Scummvm-git-logs] scummvm master -> 485a00b67577aedb314459487a4516a254bd53e0
digitall
dgturner at iee.org
Wed Aug 2 14:21:32 CEST 2017
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
485a00b675 GRAPHICS: MACGUI: Suppress Unused Variable Compiler Warning.
Commit: 485a00b67577aedb314459487a4516a254bd53e0
https://github.com/scummvm/scummvm/commit/485a00b67577aedb314459487a4516a254bd53e0
Author: D G Turner (digitall at scummvm.org)
Date: 2017-08-02T13:27:53+01:00
Commit Message:
GRAPHICS: MACGUI: Suppress Unused Variable Compiler Warning.
Changed paths:
graphics/macgui/mactextwindow.cpp
diff --git a/graphics/macgui/mactextwindow.cpp b/graphics/macgui/mactextwindow.cpp
index b02fe56..c8e3a93 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());
More information about the Scummvm-git-logs
mailing list