mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Remove unused cell-based outline view method
This commit is contained in:
@@ -1032,11 +1032,6 @@ NSString* const FFFindWasTriggeredByEnter = @"FFFindWasTriggeredByEnter";
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (BOOL)outlineView:(NSOutlineView*)outlineView shouldTrackCell:(NSCell*)cell forTableColumn:(NSTableColumn*)tableColumn item:(FFResultNode*)item
|
||||
{
|
||||
return YES;
|
||||
}
|
||||
|
||||
// =============================
|
||||
// = Selecting Results Actions =
|
||||
// =============================
|
||||
|
||||
Reference in New Issue
Block a user