diff options
Diffstat (limited to 'macosx/HBChapterTitlesController.h')
-rw-r--r-- | macosx/HBChapterTitlesController.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/macosx/HBChapterTitlesController.h b/macosx/HBChapterTitlesController.h index c0fdaec23..07b23d0ae 100644 --- a/macosx/HBChapterTitlesController.h +++ b/macosx/HBChapterTitlesController.h @@ -12,21 +12,10 @@ /** * HBChapterTitlesController */ -@interface HBChapterTitlesController : NSViewController <HBViewValidation> +@interface HBChapterTitlesController : NSViewController - (void)addChaptersFromQueue:(NSMutableArray *)newChaptersArray; @property (nonatomic, readwrite, assign) HBJob *job; -/** - * Enable/disable chapters markers - */ -@property (readwrite, nonatomic) BOOL createChapterMarkers; - -/** - * Get the list of chapter titles - */ -@property (readonly, nonatomic) NSArray *chapterTitlesArray; - - @end |