summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-08-08 16:19:27 +0200
committerZenWalker <[email protected]>2020-08-16 04:34:23 +0200
commit1558f84366a4ecc37d31ab75ca6ec363d86fa667 (patch)
treedc0839f8b1ea70e03e6ab3027b954217b86b7b71 /shell
parent0d0c4aad2ed8ee9bcd8cd95a0e7ae57f4cd47e86 (diff)
downloadatril-1558f84366a4ecc37d31ab75ca6ec363d86fa667.tar.bz2
atril-1558f84366a4ecc37d31ab75ca6ec363d86fa667.tar.xz
Remove unused macros
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-daemon.c5
-rw-r--r--shell/ev-window.c3
2 files changed, 0 insertions, 8 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;
diff --git a/shell/ev-window.c b/shell/ev-window.c
index bffc9a7f..0159ace0 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -257,7 +257,6 @@ struct _EvWindowPrivate {
#ifdef ENABLE_DBUS
#define EV_WINDOW_DBUS_OBJECT_PATH "/org/mate/atril/Window/%d"
-#define EV_WINDOW_DBUS_INTERFACE "org.mate.atril.Window"
#endif
#define GS_SCHEMA_NAME "org.mate.Atril"
@@ -279,8 +278,6 @@ struct _EvWindowPrivate {
#define EV_PRINT_SETTINGS_GROUP "Print Settings"
#define EV_PAGE_SETUP_GROUP "Page Setup"
-#define EV_TOOLBARS_FILENAME "atril-toolbar.xml"
-
#define MIN_SCALE 0.05409
#define MAX_RECENT_ITEM_LEN (40)