[broadway] Remove gdk_set_locale

This commit is contained in:
Alexander Larsson 2011-01-20 13:19:01 +01:00
parent 549610a8dd
commit 2c0012b76b

View 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);
}