diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2013-01-16 14:53:52 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2013-01-16 14:53:52 -0500 |
commit | 6a86412258be37bb971c41b8f0ebd0a19a1463d2 (patch) | |
tree | c64be8b0ee48370f86310241f725a21fcae63c8a /tests/test-libappindicator-fallback-watcher.c | |
parent | 8958959e98d58d04b4c82c0d79eb5c24a60d1c19 (diff) | |
download | libayatana-appindicator-6a86412258be37bb971c41b8f0ebd0a19a1463d2.tar.gz libayatana-appindicator-6a86412258be37bb971c41b8f0ebd0a19a1463d2.tar.bz2 libayatana-appindicator-6a86412258be37bb971c41b8f0ebd0a19a1463d2.zip |
Remove deprecated calls to g_type_init()
Diffstat (limited to 'tests/test-libappindicator-fallback-watcher.c')
-rw-r--r-- | tests/test-libappindicator-fallback-watcher.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test-libappindicator-fallback-watcher.c b/tests/test-libappindicator-fallback-watcher.c index f337150..2648902 100644 --- a/tests/test-libappindicator-fallback-watcher.c +++ b/tests/test-libappindicator-fallback-watcher.c @@ -58,8 +58,6 @@ kill_func (gpointer userdata) int main (int argv, char ** argc) { - g_type_init(); - g_debug("Waiting to init."); |