summaryrefslogtreecommitdiffstats
path: root/macosx/HBPresetsManager.h
diff options
context:
space:
mode:
authorritsuka <[email protected]>2015-05-14 19:37:49 +0000
committerritsuka <[email protected]>2015-05-14 19:37:49 +0000
commit2659b80cc0d4e078db19436f4f144b50525f2983 (patch)
tree54a8813f4a53c25e1630e6aa654c348e603f9ee8 /macosx/HBPresetsManager.h
parent970688a142998ddf68cf1950436bb92e0385139c (diff)
MacGui: use libhb built-in presets and validation functions. Update the format and save the presets in UserPresets.json, the old presets are automatically imported if the new presets file is not found. The mac gui now requires 10.7 or later.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7181 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPresetsManager.h')
-rw-r--r--macosx/HBPresetsManager.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/macosx/HBPresetsManager.h b/macosx/HBPresetsManager.h
index 453475152..4921768e9 100644
--- a/macosx/HBPresetsManager.h
+++ b/macosx/HBPresetsManager.h
@@ -39,13 +39,6 @@ extern NSString *HBPresetsChangedNotification;
- (instancetype)initWithURL:(NSURL *)url;
/**
- * Checks the version number of the builtin presets.
- *
- * @return YES if the builtin presets are out of date.
- */
-- (BOOL)checkBuiltInsForUpdates;
-
-/**
* Saves the presets to disk.
*/
- (BOOL)savePresets;
@@ -55,13 +48,6 @@ extern NSString *HBPresetsChangedNotification;
*
* @param preset the preset dict.
*/
-- (void)addPresetFromDictionary:(NSDictionary *)preset;
-
-/**
- * Adds a given preset to the manager.
- *
- * @param preset the preset dict.
- */
- (void)addPreset:(HBPreset *)preset;
/**