1
0
Fork 0
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:
Mitchell Livingston 2007-10-27 02:00:43 +00:00
parent 747cd0b396
commit 8ed391f18b

View file

@ -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
{