[gtk+/multiroot-filechooser] Remove _gtk_file_chooser_entry_get_root_uris()
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/multiroot-filechooser] Remove _gtk_file_chooser_entry_get_root_uris()
- Date: Thu, 24 Jun 2010 21:09:51 +0000 (UTC)
commit 10ccdc429e58942b299b644b1499402aaa9a7038
Author: Federico Mena Quintero <federico novell com>
Date: Thu Jun 24 15:06:39 2010 -0500
Remove _gtk_file_chooser_entry_get_root_uris()
There is no need for that getter.
Signed-off-by: Federico Mena Quintero <federico novell com>
gtk/gtkfilechooserentry.c | 6 ------
gtk/gtkfilechooserentry.h | 1 -
2 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/gtk/gtkfilechooserentry.c b/gtk/gtkfilechooserentry.c
index 3392dec..f2c47ac 100644
--- a/gtk/gtkfilechooserentry.c
+++ b/gtk/gtkfilechooserentry.c
@@ -2026,10 +2026,4 @@ _gtk_file_chooser_entry_set_root_uris (GtkFileChooserEntry *chooser_entry,
clear_completions (chooser_entry);
}
-const GSList *
-_gtk_file_chooser_entry_get_root_uris (GtkFileChooserEntry *chooser_entry)
-{
- return chooser_entry->root_uris;
-}
-
/* vim: et sw=2 cinoptions=(0,t0,f1s,n-1s,{1s,>2s,^-1s */
diff --git a/gtk/gtkfilechooserentry.h b/gtk/gtkfilechooserentry.h
index ef392f9..480759f 100644
--- a/gtk/gtkfilechooserentry.h
+++ b/gtk/gtkfilechooserentry.h
@@ -53,7 +53,6 @@ void _gtk_file_chooser_entry_set_local_only (GtkFileChooserEnt
gboolean _gtk_file_chooser_entry_get_local_only (GtkFileChooserEntry *chooser_entry);
void _gtk_file_chooser_entry_set_root_uris (GtkFileChooserEntry *chooser_entry,
const GSList *root_uris);
-const GSList *_gtk_file_chooser_entry_get_root_uris (GtkFileChooserEntry *chooser_entry);
G_END_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]