From 1558f84366a4ecc37d31ab75ca6ec363d86fa667 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sat, 8 Aug 2020 16:19:27 +0200 Subject: Remove unused macros --- shell/ev-daemon.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'shell/ev-daemon.c') diff --git a/shell/ev-daemon.c b/shell/ev-daemon.c index 14e72bf2..a45adefb 100644 --- a/shell/ev-daemon.c +++ b/shell/ev-daemon.c @@ -35,7 +35,6 @@ #include "ev-daemon-gdbus-generated.h" #define EV_DBUS_DAEMON_NAME "org.mate.atril.Daemon" -#define EV_DBUS_DAEMON_INTERFACE_NAME "org.mate.atril.Daemon" #define EV_DBUS_DAEMON_OBJECT_PATH "/org/mate/atril/Daemon" #define EV_DBUS_WINDOW_INTERFACE_NAME "org.mate.atril.Window" @@ -47,10 +46,6 @@ #define EV_TYPE_DAEMON_APPLICATION (ev_daemon_application_get_type ()) #define EV_DAEMON_APPLICATION(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), EV_TYPE_DAEMON_APPLICATION, EvDaemonApplication)) -#define EV_DAEMON_APPLICATION_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), EV_TYPE_DAEMON_APPLICATION, EvDaemonApplicationClass)) -#define EV_IS_DAEMON_APPLICATION(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), EV_TYPE_DAEMON_APPLICATION)) -#define EV_IS_DAEMON_APPLICATION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), EV_TYPE_DAEMON_APPLICATION)) -#define EV_DAEMON_APPLICATION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), EV_TYPE_DAEMON_APPLICATION, EvDaemonApplicationClass)) typedef struct _EvDaemonApplication EvDaemonApplication; typedef struct _EvDaemonApplicationClass EvDaemonApplicationClass; -- cgit v1.2.1