OSDN Git Service

MacGui: Remove unused method declaration.
authordynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 2 Aug 2010 14:06:53 +0000 (14:06 +0000)
committerdynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 2 Aug 2010 14:06:53 +0000 (14:06 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@3467 b64f7644-9d1e-0410-96f1-a4d463321fa5

macosx/Controller.h

index b8cebbb..e318c39 100644 (file)
@@ -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;