# HG changeset patch # User zas_ # Date 1209817282 0 # Node ID 17d4ef9785c0ea8a9b367b7b897863e3341ceb48 # Parent d8d61dc4ff528d6c07c3bfd41ccee397164d7759 Remove redundant prototype. diff -r d8d61dc4ff52 -r 17d4ef9785c0 src/view_file_icon.h --- 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,