1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-02 21:16:04 +00:00

Remove warning "don't cut off end" (#6890)

This commit is contained in:
Cœur 2024-06-04 04:46:15 +08:00 committed by GitHub
parent 2c2011d40f
commit 489de60222
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -323,7 +323,6 @@ static NSTimeInterval const kUpdateSeconds = 0.75;
} }
} }
#warning don't cut off end
- (CGFloat)tableView:(NSTableView*)tableView heightOfRow:(NSInteger)row - (CGFloat)tableView:(NSTableView*)tableView heightOfRow:(NSInteger)row
{ {
NSString* message = self.fDisplayedMessages[row][@"Message"]; NSString* message = self.fDisplayedMessages[row][@"Message"];