aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2013-01-22 09:33:58 -0500
committerMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2013-01-22 09:33:58 -0500
commitac4566b7b88ee291a6e3c97ab2bfc34f12db03f0 (patch)
treeb8b302549f8898a8df7fd2edbf04481a55944050 /tests
parenta840d1a37fe26d5f05fc330be60b282f72a828c6 (diff)
downloadayatana-indicator-session-ac4566b7b88ee291a6e3c97ab2bfc34f12db03f0.tar.gz
ayatana-indicator-session-ac4566b7b88ee291a6e3c97ab2bfc34f12db03f0.tar.bz2
ayatana-indicator-session-ac4566b7b88ee291a6e3c97ab2bfc34f12db03f0.zip
Remove the uses of deprecated g_type_init().
Diffstat (limited to 'tests')
-rw-r--r--tests/test-service.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-service.cc b/tests/test-service.cc
index 4d540d6..b1ca5bc 100644
--- a/tests/test-service.cc
+++ b/tests/test-service.cc
@@ -49,7 +49,6 @@ class ClientTest : public ::testing::Test
static bool first_run = true;
if (first_run)
{
- g_type_init();
g_setenv ("INDICATOR_SERVICE_SHUTDOWN_TIMEOUT", "1000", TRUE);
g_unsetenv ("INDICATOR_ALLOW_NO_WATCHERS");
g_unsetenv ("INDICATOR_SERVICE_REPLACE_MODE");