forked from AuroraMiddleware/gtk
[broadway] Remove gdk_set_locale
This commit is contained in:
parent
549610a8dd
commit
2c0012b76b
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user