Removed unused prototype

This commit is contained in:
Pierre Pronchery 2009-05-25 21:58:08 +00:00
parent e5a75e0f20
commit 75c82073bd

View File

@ -130,7 +130,6 @@ unsigned int browser_cnt = 0;
/* functions */
/* browser_new */
static int _new_pixbufs(Browser * browser);
static int _new_config(Browser * browser);
static GtkListStore * _create_store(Browser * browser);
Browser * browser_new(char const * directory)