summaryrefslogtreecommitdiffstats
path: root/libhb/encx264.c
diff options
context:
space:
mode:
authorRodeo <[email protected]>2015-06-27 21:44:00 +0000
committerRodeo <[email protected]>2015-06-27 21:44:00 +0000
commitfacea32e98b42868ebdd72a07eaa33978956f4de (patch)
tree099c0db7d233f252f41fcca77d6a86bc079d76fd /libhb/encx264.c
parent52d3bbb87d58e826e41861623adeccc3e8d329d7 (diff)
libhb: remove HB_API_OLD_PRESET_GETTERS cruft.
None of the frontends are using it anymore. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7322 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/encx264.c')
-rw-r--r--libhb/encx264.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/libhb/encx264.c b/libhb/encx264.c
index a6989fcf5..24e838357 100644
--- a/libhb/encx264.c
+++ b/libhb/encx264.c
@@ -1703,26 +1703,6 @@ char * hb_x264_param_unparse(const char *x264_preset, const char *x264_tune,
return unparsed_opts;
}
-const char * const * hb_x264_presets()
-{
- return x264_preset_names;
-}
-
-const char * const * hb_x264_tunes()
-{
- return x264_tune_names;
-}
-
-const char * const * hb_h264_profiles()
-{
- return hb_h264_profile_names;
-}
-
-const char * const * hb_h264_levels()
-{
- return hb_h264_level_names;
-}
-
const char * hb_x264_encopt_name(const char *name)
{
int i;