summaryrefslogtreecommitdiffstats
path: root/macosx/HBAudio.h
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2016-10-31 17:50:36 +0100
committerDamiano Galassi <[email protected]>2016-10-31 17:50:36 +0100
commitb796c6c6b7b5a87c7c8ccf696e92c1469fc62b7d (patch)
tree93b06cd63af3076829af667854b827b55d45a15b /macosx/HBAudio.h
parent9510f7d4ef103c03b69511b4bd4a85679da9ed63 (diff)
MacGui: made some HBJob properties private.
Diffstat (limited to 'macosx/HBAudio.h')
-rw-r--r--macosx/HBAudio.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/macosx/HBAudio.h b/macosx/HBAudio.h
index 5d73830a7..aaaf076ed 100644
--- a/macosx/HBAudio.h
+++ b/macosx/HBAudio.h
@@ -7,7 +7,6 @@
#import <Foundation/Foundation.h>
#import "HBPresetCoding.h"
-@class HBJob;
@class HBAudioTrack;
@class HBAudioDefaults;
@@ -17,10 +16,6 @@ extern NSString *HBAudioChangedNotification;
@interface HBAudio : NSObject <NSSecureCoding, NSCopying>
-- (instancetype)initWithJob:(HBJob *)job;
-
-@property (nonatomic, readwrite, weak) HBJob *job;
-
@property (nonatomic, readonly) NSMutableArray<NSDictionary *> *sourceTracks;
@property (nonatomic, readonly) NSMutableArray<HBAudioTrack *> *tracks;
@@ -32,7 +27,6 @@ extern NSString *HBAudioChangedNotification;
- (BOOL)anyCodecMatches:(int)codec;
-@property (nonatomic, readwrite) int container;
@property (nonatomic, readwrite, weak, nullable) NSUndoManager *undo;
@end