GRAPHICS: MACGUI: Suppress Unused Variable Compiler Warning.

This commit is contained in:
D G Turner 2017-08-02 13:27:53 +01:00
parent b3c1ed66e4
commit 485a00b675

View File

@ -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());