tests: Remove gtk_set_locale() calls

They are unnecessary and cause compilation warnings due to deprecations.
This commit is contained in:
Benjamin Otte 2011-01-03 18:52:10 +01:00
parent 9591369339
commit fb2eb5f1aa

View File

@ -204,7 +204,6 @@ main (int argc, char *argv[])
{
GtkWidget *window1;
gtk_set_locale ();
gtk_init (&argc, &argv);
window1 = create_flicker ();