diff options
Diffstat (limited to 'macosx/HBPresets.h')
-rw-r--r-- | macosx/HBPresets.h | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/macosx/HBPresets.h b/macosx/HBPresets.h index 71a516066..d8ea61a2e 100644 --- a/macosx/HBPresets.h +++ b/macosx/HBPresets.h @@ -14,27 +14,18 @@ /* Built-In Preset Dictionaries (one for each built in preset) */ - (NSDictionary *)createApplePresetFolder; -- (NSDictionary *)createBasicPresetFolder; -- (NSDictionary *)createGamingConsolesPresetFolder; -- (NSDictionary *)createHiProfilePresetFolder; +- (NSDictionary *)createRegularPresetFolder; - (NSDictionary *)createLegacyPresetFolder; -- (NSDictionary *)create360Preset; -- (NSDictionary *)createAnimationPreset; - (NSDictionary *)createAppleTVPreset; - (NSDictionary *)createAppleTVLegacyPreset; - (NSDictionary *)createAppleUniversalPreset; - (NSDictionary *)createClassicPreset; -- (NSDictionary *)createCRFPreset; -- (NSDictionary *)createFilmPreset; - (NSDictionary *)createiPhonePreset; - (NSDictionary *)createiPhoneLegacyPreset; - (NSDictionary *)createIpodHighPreset; - (NSDictionary *)createIpodLowPreset; - (NSDictionary *)createNormalPreset; -- (NSDictionary *)createPSPPreset; -- (NSDictionary *)createPSThreePreset; -- (NSDictionary *)createQuickTimePreset; -- (NSDictionary *)createTelevisionPreset; +- (NSDictionary *)createHighProfilePreset; @end |