diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-01-17 15:17:40 -0600 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-01-17 15:17:40 -0600 |
commit | 0f7689e25e2fd241fbb55c78bad0d3aa16fd9705 (patch) | |
tree | e922ce243663d62884b2c2fb657becafe19137b4 /tests/test-indicator.cc | |
parent | 61f80b55a78feae1549d4121c355410f8aac71d6 (diff) | |
download | ayatana-indicator-datetime-0f7689e25e2fd241fbb55c78bad0d3aa16fd9705.tar.gz ayatana-indicator-datetime-0f7689e25e2fd241fbb55c78bad0d3aa16fd9705.tar.bz2 ayatana-indicator-datetime-0f7689e25e2fd241fbb55c78bad0d3aa16fd9705.zip |
remove g_type_init() calls and bump glib minimum to 2.35.4, where g_type_init() is deprecated
Diffstat (limited to 'tests/test-indicator.cc')
-rw-r--r-- | tests/test-indicator.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-indicator.cc b/tests/test-indicator.cc index 67a2780..2480c94 100644 --- a/tests/test-indicator.cc +++ b/tests/test-indicator.cc @@ -34,7 +34,6 @@ namespace if (G_UNLIKELY(!initialized)) { initialized = true; - g_type_init(); g_setenv ("GSETTINGS_SCHEMA_DIR", SCHEMA_DIR, TRUE); } } |