[gtk+/gtk-2-24] tests: Remove gtk_set_locale() calls



commit fb2eb5f1aa95f61dbb2d3efec5fc3e0402d2001e
Author: Benjamin Otte <otte redhat com>
Date:   Mon Jan 3 18:52:10 2011 +0100

    tests: Remove gtk_set_locale() calls
    
    They are unnecessary and cause compilation warnings due to deprecations.

 tests/flicker.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/tests/flicker.c b/tests/flicker.c
index 39c9601..730f9c5 100644
--- a/tests/flicker.c
+++ b/tests/flicker.c
@@ -204,7 +204,6 @@ main (int argc, char *argv[])
 {
   GtkWidget *window1;
 
-  gtk_set_locale ();
   gtk_init (&argc, &argv);
 
   window1 = create_flicker ();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]