diff options
author | dynaflash <[email protected]> | 2010-08-02 14:06:53 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2010-08-02 14:06:53 +0000 |
commit | 929d41f09db038381bfb7dfe0463cc1cf9c54de6 (patch) | |
tree | 232e499bfb05129b16f57cbdc2a2ca341cd57b81 /macosx/Controller.h | |
parent | 187bdad05703a140cc13a55e9ff912c2a3f1dcb9 (diff) |
MacGui: Remove unused method declaration.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3467 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r-- | macosx/Controller.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h index b8cebbbee..e318c395e 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -460,7 +460,6 @@ BOOL fIsDragging; - (void)moveObjectsInPresetsArray:(NSMutableArray *)array fromIndexes:(NSIndexSet *)indexSet toIndex:(NSUInteger)insertIndex; - (int) hbInstances; -- (int) getThisHBInstancePID; // Chapter files methods - (IBAction) browseForChapterFile: (id) sender; |