mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Remove outlineView property from FFResultsViewController
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
@property (nonatomic) FFResultNode* results;
|
||||
@property (nonatomic, readonly) NSArray* selectedResults;
|
||||
|
||||
@property (nonatomic) NSOutlineView* outlineView;
|
||||
@property (nonatomic) BOOL hideCheckBoxes;
|
||||
|
||||
@property (nonatomic) BOOL showReplacementPreviews;
|
||||
|
||||
@@ -24,6 +24,7 @@ static FFResultNode* PreviousNode (FFResultNode* node)
|
||||
{
|
||||
NSView* _topDivider;
|
||||
NSScrollView* _scrollView;
|
||||
NSOutlineView* _outlineView;
|
||||
NSView* _bottomDivider;
|
||||
NSFont* _searchResultsFont;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user