summaryrefslogtreecommitdiff
path: root/gtk/gtkfilesystemmodel.h
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@novell.com>2009-08-31 15:08:43 -0500
committerBenjamin Otte <otte@gnome.org>2009-10-15 22:06:14 +0200
commit2e0382cf02853f23d1f604c908f15629834b648e (patch)
tree07a64c8f3853e1bd4e7207512ec51bcc35e8aded /gtk/gtkfilesystemmodel.h
parent93588c6d5c8746fab2a1b51b5311a1785e0e8ed3 (diff)
downloadgtk+-2e0382cf02853f23d1f604c908f15629834b648e.tar.gz
Make _gtk_file_system_model_add_file() static
It was only used internally by the model, anyway. Signed-off-by: Federico Mena Quintero <federico@novell.com>
Diffstat (limited to 'gtk/gtkfilesystemmodel.h')
-rw-r--r--gtk/gtkfilesystemmodel.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkfilesystemmodel.h b/gtk/gtkfilesystemmodel.h
index aebc3c8d9c..895a395478 100644
--- a/gtk/gtkfilesystemmodel.h
+++ b/gtk/gtkfilesystemmodel.h
@@ -66,9 +66,6 @@ const GValue * _gtk_file_system_model_get_value (GtkFileSystemModel
GtkTreeIter * iter,
int column);
-void _gtk_file_system_model_add_file (GtkFileSystemModel *model,
- GFile *file,
- GFileInfo *info);
void _gtk_file_system_model_add_and_query_file (GtkFileSystemModel *model,
GFile *file,
const char *attributes);