summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/dbus/DBusWrapper.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/includes/dbus/DBusWrapper.h b/includes/dbus/DBusWrapper.h
index 24b2795..76fd2c1 100644
--- a/includes/dbus/DBusWrapper.h
+++ b/includes/dbus/DBusWrapper.h
@@ -40,7 +40,6 @@ namespace am
class DBusWrapper
{
public:
- DBusWrapper();
DBusWrapper(SocketHandler* socketHandler);
virtual ~DBusWrapper();
@@ -59,11 +58,6 @@ public:
*/
void getDBusConnection(DBusConnection*& connection) const;
- /**
- * If Dbus is used, this MainLoop must be called as mainloop, otherwise the messages are not dispatched.
- */
- void dbusMainLoop();
-
static dbus_bool_t addWatch(DBusWatch *watch, void *userData);
static void removeWatch(DBusWatch *watch, void *userData);
static void toogleWatch(DBusWatch *watch, void *userData);