summaryrefslogtreecommitdiffstats
path: root/macosx/HBSubtitlesController.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBSubtitlesController.h')
-rw-r--r--macosx/HBSubtitlesController.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/macosx/HBSubtitlesController.h b/macosx/HBSubtitlesController.h
index d44d514b1..56fc0dcb8 100644
--- a/macosx/HBSubtitlesController.h
+++ b/macosx/HBSubtitlesController.h
@@ -29,12 +29,8 @@ extern NSString *keySubTrackSrtCharCode;
*/
@interface HBSubtitlesController : NSViewController <HBViewValidation>
-- (void)addTracksFromQueue:(NSArray *)queueSubtitleArray;
- (void)applySettingsFromPreset:(NSDictionary *)preset;
@property (nonatomic, readwrite, assign) HBJob *job;
-// Get the list of subtitles tracks
-@property (readonly, nonatomic, copy) NSArray *subtitles;
-
@end