gutils: fix redundant-decls of g_init_user_config_dir()
authorDjalal Harouni <tixxdz@opendz.org>
Thu, 17 Oct 2013 00:54:11 +0000 (01:54 +0100)
committerDan Winship <danw@gnome.org>
Sat, 19 Oct 2013 16:18:55 +0000 (12:18 -0400)
commitfe4967f9f131554f4f7ed380b3868104711814f7
treef49a01a877b178488aba9329a36cdd35887b86ef
parent97cbfd7901d6d354aa088c6c4a83f53d25780ef6
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
glib/gutils.c