summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.h
diff options
context:
space:
mode:
authordynaflash <[email protected]>2010-08-02 14:06:53 +0000
committerdynaflash <[email protected]>2010-08-02 14:06:53 +0000
commit929d41f09db038381bfb7dfe0463cc1cf9c54de6 (patch)
tree232e499bfb05129b16f57cbdc2a2ca341cd57b81 /macosx/Controller.h
parent187bdad05703a140cc13a55e9ff912c2a3f1dcb9 (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.h1
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;