summaryrefslogtreecommitdiff
path: root/src/dlg-new.c
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-05-27 14:06:08 +0300
committermonsta <[email protected]>2016-05-27 14:06:08 +0300
commitf47350b1da9c2d91d6cd6a25085badc3be0c7925 (patch)
treeb7ade22a67cd7d8876ab669c83b735cf0a4f8c37 /src/dlg-new.c
parent9bf273fb9b31f878fe597c605a8faa18d220c37a (diff)
downloadengrampa-f47350b1da9c2d91d6cd6a25085badc3be0c7925.tar.bz2
engrampa-f47350b1da9c2d91d6cd6a25085badc3be0c7925.tar.xz
drop old GTK+2 code
Diffstat (limited to 'src/dlg-new.c')
-rw-r--r--src/dlg-new.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dlg-new.c b/src/dlg-new.c
index 9a5c79f..c10602d 100644
--- a/src/dlg-new.c
+++ b/src/dlg-new.c
@@ -360,10 +360,7 @@ dlg_new_archive (FrWindow *window,
egg_file_format_chooser_set_format (data->format_chooser, 0);
gtk_widget_show (GTK_WIDGET (data->format_chooser));
gtk_box_pack_start (GTK_BOX (GET_WIDGET ("format_chooser_box")), GTK_WIDGET (data->format_chooser), TRUE, TRUE, 0);
-
-#if GTK_CHECK_VERSION (3, 0, 0)
gtk_widget_set_vexpand (GET_WIDGET ("extra_widget"), FALSE);
-#endif
/* Set the signals handlers. */