summaryrefslogtreecommitdiffstats
path: root/macosx/HBSubtitles.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/HBSubtitles.h
parent9510f7d4ef103c03b69511b4bd4a85679da9ed63 (diff)
MacGui: made some HBJob properties private.
Diffstat (limited to 'macosx/HBSubtitles.h')
-rw-r--r--macosx/HBSubtitles.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/macosx/HBSubtitles.h b/macosx/HBSubtitles.h
index afda6a659..0d5d87a30 100644
--- a/macosx/HBSubtitles.h
+++ b/macosx/HBSubtitles.h
@@ -9,16 +9,11 @@
NS_ASSUME_NONNULL_BEGIN
-@class HBJob;
@class HBSubtitlesTrack;
@class HBSubtitlesDefaults;
@interface HBSubtitles : NSObject <NSSecureCoding, NSCopying>
-- (instancetype)initWithJob:(HBJob *)job;
-
-@property (nonatomic, readwrite, weak) HBJob *job;
-
- (void)addAllTracks;
- (void)removeAll;
- (void)reloadDefaults;
@@ -30,10 +25,6 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic, readwrite, strong) HBSubtitlesDefaults *defaults;
-/**
- * For internal use
- */
-@property (nonatomic, readwrite) int container;
@property (nonatomic, readwrite, weak, nullable) NSUndoManager *undo;
@end