aboutsummaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-11-11 23:20:01 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-11-11 23:20:01 +0100
commitf34109bd521020e8a1fb900177c43796b5f6f3ca (patch)
tree558d0879ddc9318f7e9c0bb7362fd7f086fa29f0 /src/settings.h
parentf872e9097ff373a172119bd3f7e9d0ef84b31ce1 (diff)
parentf9a39b44803e6347c72c1edd8ba46f633e99dd57 (diff)
downloadayatana-indicator-notifications-f34109bd521020e8a1fb900177c43796b5f6f3ca.tar.gz
ayatana-indicator-notifications-f34109bd521020e8a1fb900177c43796b5f6f3ca.tar.bz2
ayatana-indicator-notifications-f34109bd521020e8a1fb900177c43796b5f6f3ca.zip
Merge branch 'tari01-pr/system-indicator-rewrite'
Attributes GH PR #13: https://github.com/AyatanaIndicators/ayatana-indicator-notifications/pull/13
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/settings.h b/src/settings.h
deleted file mode 100644
index 9663c8d..0000000
--- a/src/settings.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * settings.h - Definitions of settings keys and schema.
- */
-
-#ifndef __SETTINGS_H__
-#define __SETTINGS_H__
-
-#define NOTIFICATIONS_SCHEMA "org.ayatana.indicator.notifications"
-#define NOTIFICATIONS_KEY_FILTER_LIST "filter-list"
-#define NOTIFICATIONS_KEY_FILTER_LIST_HINTS "filter-list-hints"
-#define NOTIFICATIONS_KEY_CLEAR_MC "clear-on-middle-click"
-#define NOTIFICATIONS_KEY_DND "do-not-disturb"
-#define NOTIFICATIONS_KEY_HIDE_INDICATOR "hide-indicator"
-#define NOTIFICATIONS_KEY_MAX_ITEMS "max-items"
-#define NOTIFICATIONS_KEY_SWAP_CLEAR_SETTINGS "swap-clear-settings"
-
-#define MATE_SCHEMA "org.mate.NotificationDaemon"
-#define MATE_KEY_DND "do-not-disturb"
-
-#endif