浏览代码

remove directoryIDFileName (cell)

Marino Faggiana 8 年之前
父节点
当前提交
9169d0e2e6

+ 0 - 2
iOSClient/Main/CCCellMain.h

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

+ 0 - 2
iOSClient/Main/CCCellMainTransfer.h

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

+ 0 - 3
iOSClient/Main/CCMain.m

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

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

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