From d8200012fbf27e820c069fdbb570a64f46769454 Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Sun, 30 Sep 2018 13:58:35 +0300 Subject: Remove declarations that do no have definitions There is a couple of leftover header files/declarations, which were fronting implementations that are long gone. Let's get rid of them. --- include/swaybar/tray/dbus.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 include/swaybar/tray/dbus.h (limited to 'include/swaybar/tray/dbus.h') diff --git a/include/swaybar/tray/dbus.h b/include/swaybar/tray/dbus.h deleted file mode 100644 index eb9cfea7..00000000 --- a/include/swaybar/tray/dbus.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef _SWAYBAR_DBUS_H -#define _SWAYBAR_DBUS_H - -#include -#include -extern DBusConnection *conn; - -/** - * Should be called in main loop to dispatch events - */ -void dispatch_dbus(); - -/** - * Initializes async dbus communication - */ -int dbus_init(); - -#endif /* _SWAYBAR_DBUS_H */ -- cgit v1.2.3-70-g09d2