]> Pileus Git - ~andy/gtk/blobdiff - gdk/broadway/gdkim-broadway.c
Updated Spanish translation
[~andy/gtk] / gdk / broadway / gdkim-broadway.c
index 9863293ceeaac36740aaf820fe7e676a0befeb71..25d845ecc0534530d6fe0699813e69ba05d595ea 100644 (file)
@@ -38,12 +38,3 @@ void
 _gdk_broadway_initialize_locale (void)
 {
 }
-
-gchar*
-gdk_set_locale (void)
-{
-  if (!setlocale (LC_ALL,""))
-    g_warning ("locale not supported by C library");
-
-  return setlocale (LC_ALL, NULL);
-}