summaryrefslogtreecommitdiff
path: root/libgweather/test_metar.c
diff options
context:
space:
mode:
authorGiovanni Campagna <gcampagna@src.gnome.org>2012-11-20 00:47:11 +0100
committerGiovanni Campagna <gcampagna@src.gnome.org>2012-11-20 00:47:11 +0100
commit776ead1597271a4102c43c3a44a5d9629a79220b (patch)
tree2c1590a9c85fa14b0581891c2d268004f5bfc0e3 /libgweather/test_metar.c
parent2b0aae4099b0e3340a531f5247beacab29e3e0ee (diff)
downloadlibgweather-776ead1597271a4102c43c3a44a5d9629a79220b.tar.gz
Remove deprecated g_type_init() calls
GLib dependency bumped accordingly
Diffstat (limited to 'libgweather/test_metar.c')
-rw-r--r--libgweather/test_metar.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libgweather/test_metar.c b/libgweather/test_metar.c
index 3ecad6d..5ea4435 100644
--- a/libgweather/test_metar.c
+++ b/libgweather/test_metar.c
@@ -29,8 +29,6 @@ main (int argc, char **argv)
int len;
GWeatherInfo *info;
- g_type_init ();
-
context = g_option_context_new ("- test libgweather metar parser");
g_option_context_add_main_entries (context, entries, NULL);
g_option_context_parse (context, &argc, &argv, &error);