diff options
author | ritsuka <[email protected]> | 2014-07-16 06:20:57 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-07-16 06:20:57 +0000 |
commit | 0e165d0a096d606b52b1bcace1911c7d0c24be04 (patch) | |
tree | e2d54585d8518d8c69dd77335db0d78d1075c26b /macosx/Controller.h | |
parent | 31283b442713147dc5edb5135cb6dbcbb95635e8 (diff) |
MacGui: moved two methods used by the whole app to HBUtilities.m:
- appSupportPath:
- writeToActivityLog:
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6232 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 816c77cfd..01ba45f07 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -168,7 +168,6 @@ BOOL fIsDragging; IBOutlet NSButton * fPresetNewFolderCheck; IBOutlet NSTextField * fPresetSelectedDisplay; - NSString * AppSupportDirectory; NSString * UserPresetsFile; NSMutableArray * UserPresets; NSMutableArray * UserPresetssortedArray; @@ -225,7 +224,6 @@ BOOL fIsDragging; - (int) getPidnum; - (IBAction) showAboutPanel:(id)sender; -- (void) writeToActivityLog:(const char *) format, ...; - (IBAction) browseSources: (id) sender; - (void) browseSourcesDone: (NSOpenPanel *) sheet returnCode: (int) returnCode contextInfo: (void *) contextInfo; |