diff options
Diffstat (limited to 'macosx/HBVideo.h')
-rw-r--r-- | macosx/HBVideo.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/macosx/HBVideo.h b/macosx/HBVideo.h index 50678ec41..d259f011c 100644 --- a/macosx/HBVideo.h +++ b/macosx/HBVideo.h @@ -28,12 +28,6 @@ extern NSString * const HBVideoChangedNotification; */ @interface HBVideo : NSObject <NSSecureCoding, NSCopying> -- (instancetype)initWithJob:(HBJob *)job; - -@property (nonatomic, readwrite, weak) HBJob *job; - -- (void)containerChanged; - @property (nonatomic, readwrite) int encoder; @property (nonatomic, readwrite) HBVideoQualityType qualityType; |