diff options
author | Damiano Galassi <[email protected]> | 2016-10-31 17:50:36 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2016-10-31 17:50:36 +0100 |
commit | b796c6c6b7b5a87c7c8ccf696e92c1469fc62b7d (patch) | |
tree | 93b06cd63af3076829af667854b827b55d45a15b /macosx/HBVideo.h | |
parent | 9510f7d4ef103c03b69511b4bd4a85679da9ed63 (diff) |
MacGui: made some HBJob properties private.
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; |