diff options
Diffstat (limited to 'capplets')
-rw-r--r-- | capplets/mouse/mate-mouse-properties.c | 15 |
1 files changed, 0 insertions, 15 deletions
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; } |