event: Scroll events do not have click count

Remove the unneeded CLUTTER_SCROLL case from the click count checks.
This commit is contained in:
Emmanuele Bassi 2009-12-08 23:59:56 +00:00
parent e30856a54d
commit bddabf6d2c

View File

@ -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
*/