summaryrefslogtreecommitdiff
path: root/capplets
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-05-25 14:16:23 +0200
committerStefano Karapetsas <[email protected]>2013-05-25 14:16:23 +0200
commit41d8e3bdaeeda303ebf4eee047b9fbd672bca326 (patch)
tree5cfbc291ba2aa6554b4fc68c2e474251f0d4c649 /capplets
parentde6b482d5e195067273f262c829c0772241cb586 (diff)
downloadmate-control-center-41d8e3bdaeeda303ebf4eee047b9fbd672bca326.tar.bz2
mate-control-center-41d8e3bdaeeda303ebf4eee047b9fbd672bca326.tar.xz
mouse: Remove unused code
Diffstat (limited to 'capplets')
-rw-r--r--capplets/mouse/mate-mouse-properties.c15
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;
}