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-window.c | |
parent | 0d0c4aad2ed8ee9bcd8cd95a0e7ae57f4cd47e86 (diff) | |
download | atril-1558f84366a4ecc37d31ab75ca6ec363d86fa667.tar.bz2 atril-1558f84366a4ecc37d31ab75ca6ec363d86fa667.tar.xz |
Remove unused macros
Diffstat (limited to 'shell/ev-window.c')
-rw-r--r-- | shell/ev-window.c | 3 |
1 files changed, 0 insertions, 3 deletions
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) |