mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 23:46:15 +01:00
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:
parent
97cbfd7901
commit
fe4967f9f1
@ -1537,7 +1537,6 @@ load_user_special_dirs (void)
|
||||
}
|
||||
#endif /* G_OS_WIN32 */
|
||||
|
||||
static void g_init_user_config_dir (void);
|
||||
|
||||
#if defined(G_OS_UNIX) && !defined(HAVE_CARBON)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user