소스 검색

remove directoryIDFileName (cell)

Marino Faggiana 8 년 전
부모
커밋
9169d0e2e6
4개의 변경된 파일0개의 추가작업 그리고 9개의 파일을 삭제
  1. 0 2
      iOSClient/Main/CCCellMain.h
  2. 0 2
      iOSClient/Main/CCCellMainTransfer.h
  3. 0 3
      iOSClient/Main/CCMain.m
  4. 0 2
      iOSClient/MenuAccount+ControlCenter/CCControlCenterCell.h

+ 0 - 2
iOSClient/Main/CCCellMain.h

@@ -46,6 +46,4 @@
 //Index path of the cell swipe gesture ocured
 @property (nonatomic, strong) NSIndexPath *indexPath;
 
-@property (nonatomic, strong) NSString* directoryIDFileName;
-
 @end

+ 0 - 2
iOSClient/Main/CCCellMainTransfer.h

@@ -39,13 +39,11 @@
 @property(nonatomic, weak) IBOutlet UIButton *reloadTaskButton;
 @property(nonatomic, weak) IBOutlet UIButton *stopTaskButton;
 
-
 //Last position of the scroll of the swipe
 @property (nonatomic, assign) CGFloat lastContentOffset;
 
 //Index path of the cell swipe gesture ocured
 @property (nonatomic, strong) NSIndexPath *indexPath;
 
-@property (nonatomic, strong) NSString* directoryIDFileName;
 
 @end

+ 0 - 3
iOSClient/Main/CCMain.m

@@ -4956,9 +4956,6 @@
     if ([typeCell isEqualToString:@"CellMain"]) cell.backgroundColor = [UIColor whiteColor];
     if ([typeCell isEqualToString:@"CellMainTransfer"]) cell.backgroundColor = COLOR_TRANSFER_BACKGROUND;
     
-    // salviamo il riferimento alla Cell
-    cell.directoryIDFileName = [metadata.directoryID stringByAppendingString:metadata.fileName];
-    
     // ----------------------------------------------------------------------------------------------------------
     // DEFAULT
     // ----------------------------------------------------------------------------------------------------------

+ 0 - 2
iOSClient/MenuAccount+ControlCenter/CCControlCenterCell.h

@@ -42,6 +42,4 @@
 //Index path of the cell swipe gesture ocured
 @property (nonatomic, strong) NSIndexPath *indexPath;
 
-@property (nonatomic, strong) NSString* directoryIDFileName;
-
 @end