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:
parent
2c2011d40f
commit
489de60222
1 changed files with 0 additions and 1 deletions
|
@ -323,7 +323,6 @@ static NSTimeInterval const kUpdateSeconds = 0.75;
|
|||
}
|
||||
}
|
||||
|
||||
#warning don't cut off end
|
||||
- (CGFloat)tableView:(NSTableView*)tableView heightOfRow:(NSInteger)row
|
||||
{
|
||||
NSString* message = self.fDisplayedMessages[row][@"Message"];
|
||||
|
|
Loading…
Reference in a new issue