mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
dead code removal
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user