diff options
author | Monsta <[email protected]> | 2015-08-01 12:32:20 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-08-01 12:32:20 +0300 |
commit | 23c29bd917ffc540970ade7d8cfe057579c285c0 (patch) | |
tree | 1da964a0d3454334fa0c52097039cab8ccc614e3 /src/daemon/daemon.h | |
parent | d373ea3eadb4a09da7cb1c730ea6d3489bfc67e2 (diff) | |
download | mate-notification-daemon-23c29bd917ffc540970ade7d8cfe057579c285c0.tar.bz2 mate-notification-daemon-23c29bd917ffc540970ade7d8cfe057579c285c0.tar.xz |
removed unused "default-sound" key
fixes https://github.com/mate-desktop/mate-notification-daemon/issues/48
Diffstat (limited to 'src/daemon/daemon.h')
-rw-r--r-- | src/daemon/daemon.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/daemon/daemon.h b/src/daemon/daemon.h index 6cbb6b3..cfa5d7f 100644 --- a/src/daemon/daemon.h +++ b/src/daemon/daemon.h @@ -35,7 +35,6 @@ #define GSETTINGS_KEY_THEME "theme" #define GSETTINGS_KEY_POPUP_LOCATION "popup-location" #define GSETTINGS_KEY_SOUND_ENABLED "sound-enabled" -#define GSETTINGS_KEY_DEFAULT_SOUND "default-sound" #define GSETTINGS_KEY_MONITOR_NUMBER "monitor-number" #define GSETTINGS_KEY_USE_ACTIVE "use-active-monitor" |