diff options
Diffstat (limited to 'src/accounts-service-system-sound-settings.vala')
-rw-r--r-- | src/accounts-service-system-sound-settings.vala | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/accounts-service-system-sound-settings.vala b/src/accounts-service-system-sound-settings.vala index d445c25..9eb91c4 100644 --- a/src/accounts-service-system-sound-settings.vala +++ b/src/accounts-service-system-sound-settings.vala @@ -17,10 +17,8 @@ * Ted Gould <ted@canonical.com> */ -#if HAS_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS [DBus (name = "com.ubuntu.touch.AccountsService.Sound")] public interface AccountsServiceSystemSoundSettings : Object { // properties public abstract bool silent_mode {owned get; set;} } -#endif |