diff --git a/macosx/TorrentTableView.h b/macosx/TorrentTableView.h index ec8e5302d..25fa98b02 100644 --- a/macosx/TorrentTableView.h +++ b/macosx/TorrentTableView.h @@ -86,8 +86,6 @@ - (void) setPriority: (id) sender; -- (void) checkFile: (id) sender; - - (void) togglePiecesBar; - (CGFloat) piecesBarPercent; diff --git a/macosx/TorrentTableView.m b/macosx/TorrentTableView.m index cf212b2fa..c44fef5b6 100644 --- a/macosx/TorrentTableView.m +++ b/macosx/TorrentTableView.m @@ -835,14 +835,6 @@ [[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 { //stop previous animation