From 41d8e3bdaeeda303ebf4eee047b9fbd672bca326 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sat, 25 May 2013 14:16:23 +0200 Subject: mouse: Remove unused code --- capplets/mouse/mate-mouse-properties.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'capplets') diff --git a/capplets/mouse/mate-mouse-properties.c b/capplets/mouse/mate-mouse-properties.c index ba22d908..586c931c 100644 --- a/capplets/mouse/mate-mouse-properties.c +++ b/capplets/mouse/mate-mouse-properties.c @@ -460,21 +460,6 @@ create_dialog (void) gtk_size_group_add_widget (size_group, WID ("threshold_small_label")); gtk_size_group_add_widget (size_group, WID ("timeout_short_label")); - size_group = gtk_size_group_new (GTK_SIZE_GROUP_HORIZONTAL); - gtk_size_group_add_widget (size_group, WID ("simulated_delay_label")); - gtk_size_group_add_widget (size_group, WID ("dwell_delay_label")); - gtk_size_group_add_widget (size_group, WID ("dwell_threshold_label")); - - size_group = gtk_size_group_new (GTK_SIZE_GROUP_HORIZONTAL); - gtk_size_group_add_widget (size_group, WID ("simulated_delay_short_label")); - gtk_size_group_add_widget (size_group, WID ("dwell_delay_short_label")); - gtk_size_group_add_widget (size_group, WID ("dwell_threshold_small_label")); - - size_group = gtk_size_group_new (GTK_SIZE_GROUP_HORIZONTAL); - gtk_size_group_add_widget (size_group, WID ("simulated_delay_long_label")); - gtk_size_group_add_widget (size_group, WID ("dwell_delay_long_label")); - gtk_size_group_add_widget (size_group, WID ("dwell_threshold_large_label")); - return dialog; } -- cgit v1.2.1