summaryrefslogtreecommitdiffstats
path: root/macosx/HBVideoController.h
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2018-10-27 15:46:52 +0200
committerDamiano Galassi <[email protected]>2018-10-27 15:46:52 +0200
commit36f5330eb113f7917de31e57a79611c7ad661cc4 (patch)
tree847f3a9f60d8f9d1f5b983e767f3df26c2f0fadd /macosx/HBVideoController.h
parent723649850dd9c47af15e6319a28bba1fb8cefee1 (diff)
MacGui: move the advanced x264 panel to the 'Additional options' text field contextual menu.
Diffstat (limited to 'macosx/HBVideoController.h')
-rw-r--r--macosx/HBVideoController.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/macosx/HBVideoController.h b/macosx/HBVideoController.h
index 486b44c48..937563575 100644
--- a/macosx/HBVideoController.h
+++ b/macosx/HBVideoController.h
@@ -6,7 +6,6 @@
#import <Cocoa/Cocoa.h>
-@class HBAdvancedController;
@class HBVideo;
/**
@@ -14,8 +13,6 @@
*/
@interface HBVideoController : NSViewController
-- (instancetype)initWithAdvancedController:(HBAdvancedController *)advancedController;
-
@property (nonatomic, readwrite, weak) HBVideo *video;
@end