summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test-xy-stress.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/test-xy-stress.c b/tests/test-xy-stress.c
index 333e908..6e37435 100644
--- a/tests/test-xy-stress.c
+++ b/tests/test-xy-stress.c
@@ -24,10 +24,6 @@
#include <stdio.h>
#include <unistd.h>
-#include <dbus/dbus.h>
-#include <dbus/dbus-glib.h>
-#include <dbus/dbus-glib-lowlevel.h>
-
static void
_handle_closed(GObject *obj)
{
@@ -82,15 +78,11 @@ int
main(int argc, char **argv)
{
GMainLoop *loop;
- DBusConnection *conn;
gdk_init(&argc, &argv);
notify_init("XY");
- conn = dbus_bus_get(DBUS_BUS_SESSION, NULL);
- dbus_connection_setup_with_g_main(conn, NULL);
-
g_timeout_add(1000, _popup_random_bubble, NULL);
loop = g_main_loop_new(NULL, FALSE);