Get rid of DONT_HAVE_STRING_LIST ifdefs

This commit is contained in:
twinaphex 2016-06-30 07:42:01 +02:00
parent 9fab75c4b5
commit ebb75f99fc

View File

@ -24,9 +24,7 @@
#ifdef RARCH_INTERNAL
#include "../performance_counters.h"
#endif
#ifndef DONT_HAVE_STRING_LIST
#include "../list_special.h"
#endif
static const rarch_resampler_t *resampler_drivers[] = {
&sinc_resampler,
@ -94,7 +92,6 @@ const char *audio_resampler_driver_find_ident(int idx)
return drv->ident;
}
#ifndef DONT_HAVE_STRING_LIST
/**
* config_get_audio_resampler_driver_options:
*
@ -106,7 +103,6 @@ const char* config_get_audio_resampler_driver_options(void)
{
return char_list_new_special(STRING_LIST_AUDIO_RESAMPLER_DRIVERS, NULL);
}
#endif
/**
* find_resampler_driver: