gutils: fix redundant-decls of g_init_user_config_dir()

g_init_user_config_dir() is already declared as static in this gutils.c
file, so just remove the redundant declaration.

Signed-off-by: Djalal Harouni <tixxdz@opendz.org>

https://bugzilla.gnome.org/show_bug.cgi?id=710345
This commit is contained in:
Djalal Harouni 2013-10-17 01:54:11 +01:00 committed by Dan Winship
parent 97cbfd7901
commit fe4967f9f1

View File

@ -1537,7 +1537,6 @@ load_user_special_dirs (void)
} }
#endif /* G_OS_WIN32 */ #endif /* G_OS_WIN32 */
static void g_init_user_config_dir (void);
#if defined(G_OS_UNIX) && !defined(HAVE_CARBON) #if defined(G_OS_UNIX) && !defined(HAVE_CARBON)