marinofaggiana 4 년 전
부모
커밋
736a36b886
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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];