summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLAccountManager.m
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/src/MGLAccountManager.m')
-rw-r--r--platform/ios/src/MGLAccountManager.m4
1 files changed, 0 insertions, 4 deletions
diff --git a/platform/ios/src/MGLAccountManager.m b/platform/ios/src/MGLAccountManager.m
index c5aeae7077..9b60a40986 100644
--- a/platform/ios/src/MGLAccountManager.m
+++ b/platform/ios/src/MGLAccountManager.m
@@ -1,6 +1,5 @@
#import "MGLAccountManager_Private.h"
#import "MGLMapboxEvents.h"
-#import "MGLCategoryLoader.h"
#import "NSProcessInfo+MGLAdditions.h"
#import "FABKitProtocol.h"
@@ -17,9 +16,6 @@
#pragma mark - Internal
+ (void)load {
- // Load all referenced categories due to absence of -ObjC linker flag
- [MGLCategoryLoader loadCategories];
-
// Read the initial configuration from Info.plist.
NSString *accessToken = [[NSBundle mainBundle] objectForInfoDictionaryKey:@"MGLMapboxAccessToken"];
if (accessToken.length) {