summaryrefslogtreecommitdiffstats
path: root/macosx/HBAudio.h
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2019-07-29 07:34:38 +0200
committerDamiano Galassi <[email protected]>2019-07-29 07:34:38 +0200
commit8e2843720a9e6a87670da4e3caccfd570f66389f (patch)
tree9ed0392c6aef95b2f600d948564b030da2293d95 /macosx/HBAudio.h
parent9446eba9eac07b6b47dc6d6e9f3c2a7331b38aa0 (diff)
MacGui: refactor the preferences keys and autonaming methods; fix the queue when running multiple HandBrake instances; fixed a number of bugs.
Diffstat (limited to 'macosx/HBAudio.h')
-rw-r--r--macosx/HBAudio.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/macosx/HBAudio.h b/macosx/HBAudio.h
index 6613a6f2c..d2bee2dc2 100644
--- a/macosx/HBAudio.h
+++ b/macosx/HBAudio.h
@@ -29,10 +29,6 @@ extern NSString *HBAudioEncoderChangedNotification;
@property (nonatomic, readwrite, weak, nullable) NSUndoManager *undo;
-@end
-
-@interface HBAudio (KVC)
-
@property (nonatomic, readonly) NSUInteger countOfTracks;
- (HBAudioTrack *)objectInTracksAtIndex:(NSUInteger)index;
- (void)insertObject:(HBAudioTrack *)track inTracksAtIndex:(NSUInteger)index;