move the advanced bar code into TorrentCell (finally)

This commit is contained in:
Mitchell Livingston
2007-08-10 03:48:18 +00:00
parent 87a2bd6479
commit 943c6e90a4
5 changed files with 179 additions and 175 deletions

View File

@@ -2116,11 +2116,6 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
return [fDisplayedTorrents count];
}
/*- (id) tableView: (NSTableView *) tableView objectValueForTableColumn: (NSTableColumn *) tableColumn row: (int) row
{
return [[fDisplayedTorrents objectAtIndex: row] infoForCurrentView];
}*/
- (BOOL) tableView: (NSTableView *) tableView writeRowsWithIndexes: (NSIndexSet *) indexes
toPasteboard: (NSPasteboard *) pasteboard
{