summaryrefslogtreecommitdiffstats
path: root/macosx/HBOutputPanelController.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBOutputPanelController.m')
-rw-r--r--macosx/HBOutputPanelController.m7
1 files changed, 0 insertions, 7 deletions
diff --git a/macosx/HBOutputPanelController.m b/macosx/HBOutputPanelController.m
index 9f91f4a9c..654d9c85f 100644
--- a/macosx/HBOutputPanelController.m
+++ b/macosx/HBOutputPanelController.m
@@ -57,13 +57,6 @@
// We initialize the outputTextStorage object for the activity window
outputTextStorage = [[NSTextStorage alloc] init];
-
- // Use the inline search bar if available.
- if ([textView respondsToSelector:@selector(setUsesFindBar:)])
- {
- [textView setUsesFindBar:YES];
- }
-
[[textView layoutManager] replaceTextStorage:outputTextStorage];
[[textView enclosingScrollView] setLineScroll:10];
[[textView enclosingScrollView] setPageScroll:20];