Remove unneeded class closure

This commit is contained in:
Tomeu Vizoso 2011-07-14 11:45:37 +02:00
parent 18b3da95ef
commit 439c7e6ee7

View File

@ -278,7 +278,6 @@ clutter_gesture_action_class_init (ClutterGestureActionClass *klass)
klass->gesture_begin = default_event_handler;
klass->gesture_progress = default_event_handler;
klass->gesture_end = default_event_handler;
/**
* ClutterGestureAction::gesture-begin: