diff options
author | ritsuka <[email protected]> | 2015-02-21 07:28:48 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-02-21 07:28:48 +0000 |
commit | 53508d57a481fa1e67ac66541581f925dda7fd6e (patch) | |
tree | 0c12901fc8489ede0a4a24792225681e1d7cb40d /macosx/HBUtilities.h | |
parent | 34c5f777ed3d5d15f9b805bfbda600c4ead7977c (diff) |
MacGui: add a preference to toggle the log cleanup. Use NSURL directly where possible.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6934 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBUtilities.h')
-rw-r--r-- | macosx/HBUtilities.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/macosx/HBUtilities.h b/macosx/HBUtilities.h index dac8e5085..eed1cafcd 100644 --- a/macosx/HBUtilities.h +++ b/macosx/HBUtilities.h @@ -14,11 +14,6 @@ + (NSString *)handBrakeVersion; /** - * Returns the path of the current <user>/Library/Application Support/HandBrake folder. - */ -+ (NSString *)appSupportPath; - -/** * Returns the url of the current <user>/Library/Application Support/HandBrake folder. */ + (NSURL *)appSupportURL; |