mirror of
https://github.com/transmission/transmission.git
synced 2025-12-19 18:08:31 +00:00
Remove warning "don't cut off end" (#6890)
This commit is contained in:
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user