From 98572905e60cac7ea971aa0830e2a629bfff208d Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Mon, 7 Apr 2003 01:07:13 +0000 Subject: 2003-04-06 Havoc Pennington * test/Makefile.am: remove a lot of stuff that isn't immediately useful, it's in CVS history if we want it. * test/test-service.c: use dbus-mainloop instead of that watch.[hc] crack --- test/watch.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 test/watch.h (limited to 'test/watch.h') diff --git a/test/watch.h b/test/watch.h deleted file mode 100644 index a9ad0834..00000000 --- a/test/watch.h +++ /dev/null @@ -1,15 +0,0 @@ -/* Cheesy main loop thingy used by the test programs */ - -#ifndef WATCH_H -#define WATCH_H - -#include - -void do_mainloop (void); - -void quit_mainloop (void); - -void setup_connection (DBusConnection *connection); -void setup_server (DBusServer *server); - -#endif -- cgit