From f6031379f4908c5d54a6776992dc6687300426cf Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 3 Nov 2012 23:00:42 +0100 Subject: [PATCH] Remove HAVE_FIXED_POINT in general.h --- general.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/general.h b/general.h index 6c43cdf7d4..bcdfd841fb 100644 --- a/general.h +++ b/general.h @@ -314,9 +314,7 @@ struct global { rarch_resampler_t *source; -#ifndef HAVE_FIXED_POINT float *data; -#endif size_t data_ptr; size_t chunk_size;