aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gtk/dlg_utils.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/dlg_utils.c b/gtk/dlg_utils.c
index 0bf037b533..d493bd0c9f 100644
--- a/gtk/dlg_utils.c
+++ b/gtk/dlg_utils.c
@@ -244,11 +244,6 @@ dlg_button_row_new(const gchar *stock_id_first, ...)
dlg_button_new(hbox, button_hbox, create_stat);
return hbox;
}
- if (start && cancel) {
- dlg_button_new(hbox, button_hbox, cancel);
- dlg_button_new(hbox, button_hbox, start);
- return hbox;
- }
if (cap_start && cancel) {
dlg_button_new(hbox, button_hbox, cancel);
dlg_button_new(hbox, button_hbox, cap_start);