mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[iOS]Drop last parts of NY features
Signed-off-by: Jean-Baptiste Charron <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
committed by
Yannik Bloscheck
parent
1e7715d10f
commit
2004c9bfc1
@@ -48,7 +48,6 @@ NS_SWIFT_NAME(SettingsBridge)
|
||||
+ (void)setTrackWarningAlertShown:(BOOL)shown;
|
||||
|
||||
+ (NSString *)donateUrl;
|
||||
+ (BOOL)isNY;
|
||||
|
||||
+ (BOOL)iCLoudSynchronizationEnabled;
|
||||
+ (void)setICLoudSynchronizationEnabled:(BOOL)iCLoudSyncEnabled;
|
||||
|
||||
@@ -260,12 +260,6 @@ NSString * const kUDFileLoggingEnabledKey = @"FileLoggingEnabledKey";
|
||||
return settings::Get(settings::kDonateUrl, url) ? @(url.c_str()) : nil;
|
||||
}
|
||||
|
||||
+ (BOOL)isNY
|
||||
{
|
||||
bool isNY;
|
||||
return settings::Get("NY", isNY) ? isNY : false;
|
||||
}
|
||||
|
||||
+ (BOOL)iCLoudSynchronizationEnabled
|
||||
{
|
||||
return [NSUserDefaults.standardUserDefaults boolForKey:kiCLoudSynchronizationEnabledKey];
|
||||
|
||||
Reference in New Issue
Block a user