Remove DONT_HAVE_STRING_LIST

This commit is contained in:
twinaphex 2016-09-06 23:29:07 +02:00
parent 5f3a47a725
commit b6e554e1cb

View File

@ -142,7 +142,6 @@ extern rarch_resampler_t CC_resampler;
extern rarch_resampler_t nearest_resampler;
extern rarch_resampler_t null_resampler;
#ifndef DONT_HAVE_STRING_LIST
/**
* config_get_audio_resampler_driver_options:
*
@ -151,7 +150,6 @@ extern rarch_resampler_t null_resampler;
* Returns: string listing of all resampler driver names, separated by '|'.
**/
const char* config_get_audio_resampler_driver_options(void);
#endif
/**
* audio_resampler_driver_find_handle: