summaryrefslogtreecommitdiffstats
path: root/libhb/qsv_common.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/qsv_common.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/qsv_common.c')
-rw-r--r--libhb/qsv_common.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libhb/qsv_common.c b/libhb/qsv_common.c
index 6aa9e805f..a76a9e7bb 100644
--- a/libhb/qsv_common.c
+++ b/libhb/qsv_common.c
@@ -1225,13 +1225,6 @@ int hb_qsv_param_parse(hb_qsv_param_t *param, hb_qsv_info_t *info,
return error ? HB_QSV_PARAM_BAD_VALUE : HB_QSV_PARAM_OK;
}
-#ifdef HB_API_OLD_PRESET_GETTERS
-const char* const* hb_qsv_presets()
-{
- return hb_qsv_preset_get_names();
-}
-#endif
-
const char* const* hb_qsv_preset_get_names()
{
if (qsv_hardware_generation(hb_get_cpu_platform()) >= QSV_G3)