mirror of
https://github.com/transmission/transmission
synced 2025-03-15 16:29:34 +00:00
suppress a warning on Leopard
This commit is contained in:
parent
747cd0b396
commit
8ed391f18b
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue