marinofaggiana 4 years ago
parent
commit
736a36b886
2 changed files with 0 additions and 2 deletions
  1. 0 1
      iOSClient/AppDelegate.h
  2. 0 1
      iOSClient/AppDelegate.m

+ 0 - 1
iOSClient/AppDelegate.h

@@ -107,7 +107,6 @@
 @property (nonatomic, retain) NCAppConfigView *appConfigView;
 @property (nonatomic, retain) IMImagemeterViewer *activeImagemeterView;
 
-@property (nonatomic, strong) NSMutableDictionary *listMainVC;
 @property (nonatomic, strong) NSMutableDictionary *listFilesVC;
 @property (nonatomic, strong) NSMutableDictionary *listFavoriteVC;
 @property (nonatomic, strong) NSMutableDictionary *listOfflineVC;

+ 0 - 1
iOSClient/AppDelegate.m

@@ -110,7 +110,6 @@
 
     self.listProgressMetadata = [NSMutableDictionary new];
     self.listFilesVC = [NSMutableDictionary new];
-    self.listMainVC = [NSMutableDictionary new];
     self.listFavoriteVC = [NSMutableDictionary new];
     self.listOfflineVC = [NSMutableDictionary new];