Remove dead pre-Lion code from the torrent table view (#6501)

With our current minimum version, all clients will be using the popover
This commit is contained in:
Mitch Livingston
2024-01-07 13:27:48 -05:00
committed by GitHub
parent 632b7048fe
commit d0beae2f14
3 changed files with 0 additions and 321 deletions

View File

@@ -33,15 +33,6 @@ extern CGFloat const kGroupSeparatorHeight;
- (IBAction)displayTorrentActionPopover:(id)sender;
- (IBAction)setQuickLimitMode:(id)sender;
- (void)setQuickLimit:(id)sender;
- (IBAction)setGlobalLimit:(id)sender;
- (IBAction)setQuickRatioMode:(id)sender;
- (void)setQuickRatio:(id)sender;
- (IBAction)setPriority:(id)sender;
- (void)togglePiecesBar;
@property(nonatomic, readonly) CGFloat piecesBarPercent;