diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-file-chooser.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/ephy-file-chooser.c b/lib/ephy-file-chooser.c index b9bccc588..d759416aa 100644 --- a/lib/ephy-file-chooser.c +++ b/lib/ephy-file-chooser.c @@ -173,8 +173,6 @@ ephy_file_chooser_get_persist_key (EphyFileChooser *dialog) return dialog->priv->persist_key; } -/* This function should really be in gtk+, see bug 142142 */ - GtkFileFilter * ephy_file_chooser_add_pattern_filter (EphyFileChooser *dialog, const char *title, @@ -204,8 +202,6 @@ ephy_file_chooser_add_pattern_filter (EphyFileChooser *dialog, return filth; } -/* This function should really be in gtk+, see bug 142142 */ - GtkFileFilter * ephy_file_chooser_add_mime_filter (EphyFileChooser *dialog, const char *title, |