summaryrefslogtreecommitdiff
path: root/src/eggfileformatchooser.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/eggfileformatchooser.c
parent9bf273fb9b31f878fe597c605a8faa18d220c37a (diff)
downloadengrampa-f47350b1da9c2d91d6cd6a25085badc3be0c7925.tar.bz2
engrampa-f47350b1da9c2d91d6cd6a25085badc3be0c7925.tar.xz
drop old GTK+2 code
Diffstat (limited to 'src/eggfileformatchooser.c')
-rw-r--r--src/eggfileformatchooser.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/eggfileformatchooser.c b/src/eggfileformatchooser.c
index 2e5ac16..c3e5b1d 100644
--- a/src/eggfileformatchooser.c
+++ b/src/eggfileformatchooser.c
@@ -413,9 +413,6 @@ egg_file_format_chooser_init (EggFileFormatChooser *self)
view = gtk_tree_view_new_with_model (GTK_TREE_MODEL (self->priv->model));
self->priv->selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (view));
-#if !GTK_CHECK_VERSION (3, 0, 0)
- gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (view), TRUE);
-#endif
/* file format column */