dead code removal

This commit is contained in:
Mitchell Livingston 2011-05-29 15:35:36 +00:00
parent 7f2e4084dc
commit c6e9e58e0c
2 changed files with 0 additions and 10 deletions

View File

@ -86,8 +86,6 @@
- (void) setPriority: (id) sender; - (void) setPriority: (id) sender;
- (void) checkFile: (id) sender;
- (void) togglePiecesBar; - (void) togglePiecesBar;
- (CGFloat) piecesBarPercent; - (CGFloat) piecesBarPercent;

View File

@ -835,14 +835,6 @@
[[NSNotificationCenter defaultCenter] postNotificationName: @"UpdateUI" object: nil]; [[NSNotificationCenter defaultCenter] postNotificationName: @"UpdateUI" object: nil];
} }
- (void) checkFile: (id) sender
{
NSIndexSet * indexSet = [(FileListNode *)[sender representedObject] indexes];
[fMenuTorrent setFileCheckState: [sender state] != NSOnState ? NSOnState : NSOffState forIndexes: indexSet];
[[NSNotificationCenter defaultCenter] postNotificationName: @"UpdateStats" object: nil];
}
- (void) togglePiecesBar - (void) togglePiecesBar
{ {
//stop previous animation //stop previous animation