diff options
author | Cody Russell <crussell@canonical.com> | 2010-09-14 16:40:31 -0500 |
---|---|---|
committer | Cody Russell <crussell@canonical.com> | 2010-09-14 16:40:31 -0500 |
commit | 8b95b1359b97d50a6cbd28af8c6e9549d909556d (patch) | |
tree | c11900e13d4b5bc4e2efaa00b7fb22de9ecb23e6 /example/gesture.c | |
parent | 846ae96e138bf2f0d9b488168f02b3350dcae0d9 (diff) | |
download | ayatana-ido-8b95b1359b97d50a6cbd28af8c6e9549d909556d.tar.gz ayatana-ido-8b95b1359b97d50a6cbd28af8c6e9549d909556d.tar.bz2 ayatana-ido-8b95b1359b97d50a6cbd28af8c6e9549d909556d.zip |
Fix properties.
Diffstat (limited to 'example/gesture.c')
-rw-r--r-- | example/gesture.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/example/gesture.c b/example/gesture.c index da5c65e..22bbd8b 100644 --- a/example/gesture.c +++ b/example/gesture.c @@ -97,8 +97,6 @@ pinch_update (GtkWindow *window, scale += e->radius_delta / 100; - g_print ("radius_delta == %f, scale is now %f\n", e->radius_delta, scale); - gtk_widget_queue_draw (GTK_WIDGET (window)); } |