swipe-action: Remove the required devices call

The SwipeAction requires one device/touch point, and that is the default
for GestureAction — if GestureAction supported multiple devices/touch
points.

http://bugzilla.clutter-project.org/show_bug.cgi?id=2585
This commit is contained in:
Emmanuele Bassi 2011-06-10 14:44:06 +01:00
parent 11d961b605
commit f9ce901496

View File

@ -203,8 +203,6 @@ clutter_swipe_action_init (ClutterSwipeAction *self)
{
self->priv = G_TYPE_INSTANCE_GET_PRIVATE (self, CLUTTER_TYPE_SWIPE_ACTION,
ClutterSwipeActionPrivate);
clutter_gesture_action_set_required_devices (CLUTTER_GESTURE_ACTION (self), 1);
}
/**