summaryrefslogtreecommitdiffstats
path: root/macosx/HBVideo+UIAdditions.h
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2019-01-30 11:09:02 +0100
committerDamiano Galassi <[email protected]>2019-01-30 11:09:02 +0100
commitbaa1c20502544db435c555bff3b2559f4ba13ea7 (patch)
tree9d90b1bfc6d062e6f2b00d002845d6b527ad42a7 /macosx/HBVideo+UIAdditions.h
parentd1a9db0b1eb385f221e6fed7ffd0218a3ed71335 (diff)
MacGui: remove the old advanced x264 options view.
Diffstat (limited to 'macosx/HBVideo+UIAdditions.h')
-rw-r--r--macosx/HBVideo+UIAdditions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/HBVideo+UIAdditions.h b/macosx/HBVideo+UIAdditions.h
index 236096916..22c9d85b6 100644
--- a/macosx/HBVideo+UIAdditions.h
+++ b/macosx/HBVideo+UIAdditions.h
@@ -58,7 +58,6 @@
- (BOOL)isUnparsedSupported:(int)encoder;
- (BOOL)isPresetSystemSupported:(int)encoder;
- (BOOL)isSimpleOptionsPanelSupported:(int)encoder;
-- (BOOL)isOldAdvancedPanelSupported:(int)encoder;
- (void)qualityLimitsForEncoder:(int)encoder low:(float *)low high:(float *)high granularity:(float *)granularity direction:(int *)direction;
@end