remove now-unnecessary tooltip from message window

This commit is contained in:
Mitchell Livingston 2007-10-28 03:34:48 +00:00
parent 42ed03282c
commit e12b212ef2
1 changed files with 0 additions and 6 deletions

View File

@ -193,12 +193,6 @@
return [tableView rowHeight] * (float)(count+1);
}
- (NSString *) tableView: (NSTableView *) tableView toolTipForCell: (NSCell *) cell rect: (NSRectPointer) rect
tableColumn: (NSTableColumn *) column row: (int) row mouseLocation: (NSPoint) mouseLocation
{
return [self stringForMessage: [fMessages objectAtIndex: row]];
}
- (void) tableView: (NSTableView *) tableView sortDescriptorsDidChange: (NSArray *) oldDescriptors
{
[fMessages sortUsingDescriptors: [fMessageTable sortDescriptors]];