wmaker: Removed unused argument to function 'wMenuScroll'

The event that triggered the function call is not used by the function,
so the parameter can be removed.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
Christophe CURIS
2013-11-01 15:27:11 -02:00
committed by Carlos R. Mafra
parent 93767d399d
commit d862310c81
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1778,7 +1778,7 @@ static void handleMotionNotify(XEvent * event)
menu = wMenuUnderPointer(scr);
if (menu != NULL)
wMenuScroll(menu, event);
wMenuScroll(menu);
}
}
}