summaryrefslogtreecommitdiffstats
path: root/macosx/HBOutputPanelController.h
diff options
context:
space:
mode:
authorritsuka <[email protected]>2015-02-18 07:47:23 +0000
committerritsuka <[email protected]>2015-02-18 07:47:23 +0000
commit44f7f22f2faf92e814663c26ef2687ffdf202885 (patch)
tree74289690fd3893597d77665f0d96c48006fea9ec /macosx/HBOutputPanelController.h
parentbe4ccff70f1cf7432d84dd285a8d8e398c93829a (diff)
MacGui: do not make the output panel textview scroll to the bottom if the window is not visible. The scroll operation is expensive.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6923 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBOutputPanelController.h')
-rw-r--r--macosx/HBOutputPanelController.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/HBOutputPanelController.h b/macosx/HBOutputPanelController.h
index 14ab72dee..38a9f867c 100644
--- a/macosx/HBOutputPanelController.h
+++ b/macosx/HBOutputPanelController.h
@@ -13,7 +13,6 @@
*/
@interface HBOutputPanelController : NSWindowController
-- (IBAction)showOutputPanel:(id)sender;
- (IBAction)clearOutput:(id)sender;
- (IBAction)copyAllOutputToPasteboard:(id)sender;
- (IBAction)openActivityLogFile:(id)sender;