summaryrefslogtreecommitdiffstats
path: root/macosx/HBChapterTitlesController.h
diff options
context:
space:
mode:
authorritsuka <[email protected]>2014-12-22 17:12:16 +0000
committerritsuka <[email protected]>2014-12-22 17:12:16 +0000
commitee10e1fdb417c7f1047406522379c85c47143bfd (patch)
tree1ed8f1ae02ee7296162c640bb238a425af93a02b /macosx/HBChapterTitlesController.h
parent6bcb7bd0894f9f44637b9668e5b5d3d388aef152 (diff)
MacGui: set the chapter titles directly in HBJob. Move more things over to HBTitle and HBJob.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6642 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBChapterTitlesController.h')
-rw-r--r--macosx/HBChapterTitlesController.h13
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