aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test-glib-layout-client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-glib-layout-client.c b/tests/test-glib-layout-client.c
index 814f019..b2687e3 100644
--- a/tests/test-glib-layout-client.c
+++ b/tests/test-glib-layout-client.c
@@ -26,7 +26,6 @@ main (int argc, char ** argv)
DbusmenuClient * client = dbusmenu_client_new(":1", "/org/test");
dbusmenu_client_get_root(client);
- timer_func(NULL);
g_timeout_add_seconds(2, timer_func, NULL);
mainloop = g_main_loop_new(NULL, FALSE);