summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.h
diff options
context:
space:
mode:
authorritsuka <[email protected]>2014-08-04 16:46:17 +0000
committerritsuka <[email protected]>2014-08-04 16:46:17 +0000
commitdd3518f0e6ab8f3a12dbce90c35734c3227d5620 (patch)
treec9a0492adaedab2ccd980e051e5cb01b55093cdf /macosx/Controller.h
parent2f27606181aebba7f8a17197a3b40a0a8d47d7ad (diff)
MacGui: simplified the way the audio tracks are stored in the queue.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6267 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r--macosx/Controller.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h
index 01ba45f07..89f62d82d 100644
--- a/macosx/Controller.h
+++ b/macosx/Controller.h
@@ -382,8 +382,6 @@ BOOL fIsDragging;
- (int) hbInstances;
-+ (unsigned int) maximumNumberOfAllowedAudioTracks;
-
// Drag & Drop methods
- (void)openFiles:(NSArray*)filenames;
- (void)application:(NSApplication *)sender openFiles:(NSArray *)filenames;