WPrefs: Removed unused argument to function 'handleDragOver'
commitf5f367841bacd64fa90135189b71a0e4f70d9859
authorChristophe CURIS <christophe.curis@free.fr>
Fri, 1 Nov 2013 15:06:58 +0000 (1 16:06 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Fri, 1 Nov 2013 17:27:11 +0000 (1 15:27 -0200)
tree6f729e20f37a4c25297e9168b98b9046ab6ca9c4
parente4664c6492168f068145f994d1f19e222c335f61
WPrefs: Removed unused argument to function 'handleDragOver'

The x coordinate is not needed by the function because menu are a vertical
stacking on items, which means only y coordinate matters.

This patch removes the x parameter to fix a compilation warning.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
WPrefs.app/editmenu.c