[clutter: 4/8] swipe-action: Remove the required devices call



commit f9ce9014961e245bc6162bf20249a836d0bdf98d
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Fri Jun 10 14:44:06 2011 +0100

    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

 clutter/clutter-swipe-action.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/clutter/clutter-swipe-action.c b/clutter/clutter-swipe-action.c
index fbe4261..7ccf37a 100644
--- a/clutter/clutter-swipe-action.c
+++ b/clutter/clutter-swipe-action.c
@@ -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);
 }
 
 /**



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]