diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2016-02-01 12:24:34 -0600 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-28 10:17:14 +0200 |
commit | 557e10a031b886dc670bdf5918c3984edbace5ac (patch) | |
tree | d214fc6b61a7b6d537ed7bb902188554c7f0d23e /src | |
parent | f4d66118c3a845892b32495efec3d6473e17baca (diff) | |
download | ayatana-indicator-power-557e10a031b886dc670bdf5918c3984edbace5ac.tar.gz ayatana-indicator-power-557e10a031b886dc670bdf5918c3984edbace5ac.tar.bz2 ayatana-indicator-power-557e10a031b886dc670bdf5918c3984edbace5ac.zip |
remove dead code
Diffstat (limited to 'src')
-rw-r--r-- | src/notifier.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/notifier.c b/src/notifier.c index 00a00e5..da5c5d5 100644 --- a/src/notifier.c +++ b/src/notifier.c @@ -311,7 +311,9 @@ notification_show(IndicatorPowerNotifier * self) if (are_actions_supported(self)) { + #ifdef HAS_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS if (!silent_mode(self)) + #endif { gchar* filename = datafile_find(DATAFILE_TYPE_SOUND, LOW_BATTERY_SOUND); if (filename != NULL) |