mirror of
https://github.com/transmission/transmission
synced 2025-01-31 03:12:44 +00:00
dead code removal
This commit is contained in:
parent
7f2e4084dc
commit
c6e9e58e0c
2 changed files with 0 additions and 10 deletions
|
@ -86,8 +86,6 @@
|
|||
|
||||
- (void) setPriority: (id) sender;
|
||||
|
||||
- (void) checkFile: (id) sender;
|
||||
|
||||
- (void) togglePiecesBar;
|
||||
- (CGFloat) piecesBarPercent;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue