diff options
-rw-r--r-- | data/mate-notification-daemon.convert | 1 | ||||
-rw-r--r-- | data/org.mate.NotificationDaemon.gschema.xml.in.in | 5 | ||||
-rw-r--r-- | src/daemon/daemon.h | 1 |
3 files changed, 0 insertions, 7 deletions
diff --git a/data/mate-notification-daemon.convert b/data/mate-notification-daemon.convert index 6dba613..9d0eb3a 100644 --- a/data/mate-notification-daemon.convert +++ b/data/mate-notification-daemon.convert @@ -2,4 +2,3 @@ popup-location = /apps/mate-notification-daemon/popup_location theme = /apps/mate-notification-daemon/theme sound-enabled = /apps/mate-notification-daemon/sound_enabled -default-sound = /apps/mate-notification-daemon/default_sound diff --git a/data/org.mate.NotificationDaemon.gschema.xml.in.in b/data/org.mate.NotificationDaemon.gschema.xml.in.in index d6f1857..fc51a77 100644 --- a/data/org.mate.NotificationDaemon.gschema.xml.in.in +++ b/data/org.mate.NotificationDaemon.gschema.xml.in.in @@ -25,10 +25,5 @@ <_summary>Sound Enabled</_summary> <_description>Turns on and off sound support for notifications.</_description> </key> - <key name="default-sound" type="s"> - <default>''</default> - <_summary>Default Sound</_summary> - <_description>The default sound file used unless a notification supplies the 'sound-file' or 'suppress-sound' hint. Leave empty for no default sound.</_description> - </key> </schema> </schemalist> 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" |