diff options
author | ritsuka <[email protected]> | 2014-08-04 16:46:17 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-08-04 16:46:17 +0000 |
commit | dd3518f0e6ab8f3a12dbce90c35734c3227d5620 (patch) | |
tree | c9a0492adaedab2ccd980e051e5cb01b55093cdf /macosx/Controller.h | |
parent | 2f27606181aebba7f8a17197a3b40a0a8d47d7ad (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.h | 2 |
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; |