forked from AuroraMiddleware/gtk
tests: Remove gtk_set_locale() calls
They are unnecessary and cause compilation warnings due to deprecations.
This commit is contained in:
parent
9591369339
commit
fb2eb5f1aa
@ -204,7 +204,6 @@ main (int argc, char *argv[])
|
||||
{
|
||||
GtkWidget *window1;
|
||||
|
||||
gtk_set_locale ();
|
||||
gtk_init (&argc, &argv);
|
||||
|
||||
window1 = create_flicker ();
|
||||
|
Loading…
Reference in New Issue
Block a user