diff options
author | monsta <[email protected]> | 2016-05-27 14:06:08 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-05-27 14:06:08 +0300 |
commit | f47350b1da9c2d91d6cd6a25085badc3be0c7925 (patch) | |
tree | b7ade22a67cd7d8876ab669c83b735cf0a4f8c37 /src/eggfileformatchooser.c | |
parent | 9bf273fb9b31f878fe597c605a8faa18d220c37a (diff) | |
download | engrampa-f47350b1da9c2d91d6cd6a25085badc3be0c7925.tar.bz2 engrampa-f47350b1da9c2d91d6cd6a25085badc3be0c7925.tar.xz |
drop old GTK+2 code
Diffstat (limited to 'src/eggfileformatchooser.c')
-rw-r--r-- | src/eggfileformatchooser.c | 3 |
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 */ |