Remove lingering HAVE_FIXED_POINT define.

This commit is contained in:
Themaister 2012-11-03 23:02:27 +01:00
parent f6031379f4
commit aaefdbf27e

View File

@ -31,12 +31,7 @@
#endif
typedef struct rarch_resampler rarch_resampler_t;
#ifdef HAVE_FIXED_POINT
typedef int16_t sample_t;
#else
typedef float sample_t;
#endif
struct resampler_data
{