mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
Fix compiler warning
Mark a variable as unused.
This commit is contained in:
parent
76e7ab90f6
commit
08da111f5e
@ -306,7 +306,7 @@ actor_captured_event_cb (ClutterActor *actor,
|
||||
ClutterGestureAction *action)
|
||||
{
|
||||
ClutterGestureActionPrivate *priv = action->priv;
|
||||
GesturePoint *point;
|
||||
GesturePoint *point G_GNUC_UNUSED;
|
||||
|
||||
if ((clutter_event_type (event) != CLUTTER_BUTTON_PRESS) &&
|
||||
(clutter_event_type (event) != CLUTTER_TOUCH_BEGIN))
|
||||
|
Loading…
Reference in New Issue
Block a user