aboutsummaryrefslogtreecommitdiff
path: root/src/accounts-service-privacy-settings.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/accounts-service-privacy-settings.vala')
-rw-r--r--src/accounts-service-privacy-settings.vala2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/accounts-service-privacy-settings.vala b/src/accounts-service-privacy-settings.vala
index 3a311d0..1f5838c 100644
--- a/src/accounts-service-privacy-settings.vala
+++ b/src/accounts-service-privacy-settings.vala
@@ -17,11 +17,9 @@
* Ted Gould <ted@canonical.com>
*/
-#if HAS_UT_ACCTSERVICE_PRIVACY_SETTINGS
[DBus (name = "com.ubuntu.touch.AccountsService.SecurityPrivacy")]
public interface AccountsServicePrivacySettings : Object {
// properties
public abstract bool stats_welcome_screen {owned get; set;}
public abstract bool messages_welcome_screen {owned get; set;}
}
-#endif