diff options
Diffstat (limited to 'gtk/gtkgestureclick.c')
-rw-r--r-- | gtk/gtkgestureclick.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/gtkgestureclick.c b/gtk/gtkgestureclick.c index 27f6e1367a..3194fec59c 100644 --- a/gtk/gtkgestureclick.c +++ b/gtk/gtkgestureclick.c @@ -27,11 +27,6 @@ * the #GtkGestureClick::pressed signal. Whenever time or distance * between clicks exceed the GTK+ defaults, #GtkGestureClick::stopped * is emitted, and the click counter is reset. - * - * Callers may also restrict the area that is considered valid for a >1 - * touch/button press through gtk_gesture_click_set_area(), so any - * click happening outside that area is considered to be a first click - * of its own. */ #include "config.h" |