From: dynaflash Date: Mon, 2 Aug 2010 14:06:53 +0000 (+0000) Subject: MacGui: Remove unused method declaration. X-Git-Url: http://git.osdn.jp/view?a=commitdiff_plain;h=6f4f37da311e7e487a58eb287f236b828668e712;p=handbrake-jp%2Fhandbrake-jp-git.git MacGui: Remove unused method declaration. git-svn-id: svn://localhost/HandBrake/trunk@3467 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/macosx/Controller.h b/macosx/Controller.h index b8cebbbe..e318c395 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;