diff options
author | ritsuka <[email protected]> | 2014-12-21 12:53:51 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-12-21 12:53:51 +0000 |
commit | 10456acef42e907d7aeec5f79574831aef2d4cc6 (patch) | |
tree | 1d47ebb00b3927854c78f8f89caaa3a2de32c40e /macosx/Controller.h | |
parent | 01b16be689edd6ade8a348466a9cb362b0d3a949 (diff) |
MacGui: refactor a bit of HBController to remove dependency on hb_title_t.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6634 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 41cd121c4..46e73ce25 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -164,8 +164,6 @@ extern NSString *keyContainerTag; } - (IBAction) browseSources: (id) sender; -- (void) browseSourcesDone: (NSOpenPanel *) sheet - returnCode: (int) returnCode contextInfo: (void *) contextInfo; - (IBAction) showSourceTitleScanPanel: (id) sender; - (IBAction) closeSourceTitleScanPanel: (id) sender; - (void) performScan:(NSString *) scanPath scanTitleNum: (NSInteger) scanTitleNum; |