diff options
Diffstat (limited to 'tests/service-shutdown-timeout.c')
-rw-r--r-- | tests/service-shutdown-timeout.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/service-shutdown-timeout.c b/tests/service-shutdown-timeout.c index e461af0..b909077 100644 --- a/tests/service-shutdown-timeout.c +++ b/tests/service-shutdown-timeout.c @@ -48,8 +48,6 @@ shutdown (void) int main (int argc, char ** argv) { - g_type_init(); - IndicatorService * is = indicator_service_new("my.test.name"); g_signal_connect(G_OBJECT(is), INDICATOR_SERVICE_SIGNAL_SHUTDOWN, shutdown, NULL); |