mirror of
https://github.com/transmission/transmission.git
synced 2025-12-26 21:29:18 +00:00
suppress a warning on Leopard
This commit is contained in:
@@ -2243,6 +2243,12 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
|
||||
return [fDisplayedTorrents count];
|
||||
}
|
||||
|
||||
#warning need?
|
||||
- (id) tableView: (NSTableView *) tableView objectValueForTableColumn: (NSTableColumn *) tableColumn row: (int) row
|
||||
{
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (BOOL) tableView: (NSTableView *) tableView writeRowsWithIndexes: (NSIndexSet *) indexes
|
||||
toPasteboard: (NSPasteboard *) pasteboard
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user