changeset 558:ee4f502e5566

Remove redundant prototype.
author Laurent Monin <geeqie@norz.org>
date Sat, 03 May 2008 12:21:22 +0000
parents 9abda3a38522
children 39bdb5b8cdfb
files src/view_file_icon.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/view_file_icon.h	Sat May 03 11:58:41 2008 +0000
+++ b/src/view_file_icon.h	Sat May 03 12:21:22 2008 +0000
@@ -16,7 +16,6 @@
 
 ViewFileIcon *vficon_new(const gchar *path);
 
-gint vficon_set_path(ViewFileIcon *vfi, const gchar *path);
 void vficon_set_status_func(ViewFileIcon *vfi,
 			    void (*func)(ViewFileIcon *vfi, gpointer data), gpointer data);
 void vficon_set_thumb_status_func(ViewFileIcon *vfi,