gconvert: fix redundant-decls of _g_charset_get_aliases()
authorDjalal Harouni <tixxdz@opendz.org>
Wed, 16 Oct 2013 23:54:44 +0000 (00:54 +0100)
committerDan Winship <danw@gnome.org>
Sat, 19 Oct 2013 16:18:55 +0000 (12:18 -0400)
_g_charset_get_aliases() is already declared in gcharsetprivate.h
which was added by commit 4c2a6595889eff44fa, and gconvert.c includes
this gcharsetprivate header, so no need to declare it again.

Signed-off-by: Djalal Harouni <tixxdz@opendz.org>
https://bugzilla.gnome.org/show_bug.cgi?id=710345

glib/gconvert.c

index 3f14c48..fd8f04e 100644 (file)
@@ -224,9 +224,6 @@ try_to_aliases (const char **to_aliases,
   return FALSE;
 }
 
-extern const char **
-_g_charset_get_aliases (const char *canonical_name);
-
 /**
  * g_iconv_open:
  * @to_codeset: destination codeset