[glib] gutils: fix redundant-decls of g_init_user_config_dir()



commit fe4967f9f131554f4f7ed380b3868104711814f7
Author: Djalal Harouni <tixxdz opendz org>
Date:   Thu Oct 17 01:54:11 2013 +0100

    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 |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/glib/gutils.c b/glib/gutils.c
index 2620cb6..3485ec2 100644
--- a/glib/gutils.c
+++ b/glib/gutils.c
@@ -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)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]