mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 09:23:37 +00:00
GRAPHICS: MACGUI: Suppress Unused Variable Compiler Warning.
This commit is contained in:
parent
b3c1ed66e4
commit
485a00b675
@ -132,7 +132,7 @@ bool MacTextWindow::draw(ManagedSurface *g, bool forceRedraw) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool MacTextWindow::processEvent(Common::Event &event) {
|
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) {
|
if (event.type == Common::EVENT_KEYDOWN) {
|
||||||
_wm->setActive(getId());
|
_wm->setActive(getId());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user