From bddabf6d2ca100f4d91461129d4bb097c59ac666 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 8 Dec 2009 23:59:56 +0000 Subject: [PATCH] event: Scroll events do not have click count Remove the unneeded CLUTTER_SCROLL case from the click count checks. --- clutter/clutter-main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/clutter/clutter-main.c b/clutter/clutter-main.c index b0135e280..d72b5dc6f 100644 --- a/clutter/clutter-main.c +++ b/clutter/clutter-main.c @@ -2080,7 +2080,6 @@ event_click_count_generate (ClutterEvent *event) switch (clutter_event_type (event)) { case CLUTTER_BUTTON_PRESS: - case CLUTTER_SCROLL: /* check if we are in time and within distance to increment an * existing click count */