diff options
author | Pablo Barciela <[email protected]> | 2020-08-08 16:19:27 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2020-08-16 04:34:23 +0200 |
commit | 1558f84366a4ecc37d31ab75ca6ec363d86fa667 (patch) | |
tree | dc0839f8b1ea70e03e6ab3027b954217b86b7b71 /shell/ev-daemon.c | |
parent | 0d0c4aad2ed8ee9bcd8cd95a0e7ae57f4cd47e86 (diff) | |
download | atril-1558f84366a4ecc37d31ab75ca6ec363d86fa667.tar.bz2 atril-1558f84366a4ecc37d31ab75ca6ec363d86fa667.tar.xz |
Remove unused macros
Diffstat (limited to 'shell/ev-daemon.c')
-rw-r--r-- | shell/ev-daemon.c | 5 |
1 files changed, 0 insertions, 5 deletions
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; |