[gtk+/multiroot-filechooser: 19/30] 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: 19/30] Remove _gtk_file_chooser_entry_get_root_uris()
- Date: Wed, 6 Oct 2010 18:36:18 +0000 (UTC)
commit 57f4b483916834657b6600ddc9a46ce6638c2842
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 286ebfa..c4415a7 100644
--- a/gtk/gtkfilechooserentry.c
+++ b/gtk/gtkfilechooserentry.c
@@ -2032,10 +2032,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]