diff --git a/src/doomtype.h b/src/doomtype.h index 5ddd9ae44e189deca59be07b6fccf653f6489551..b8f602c64b926ac2b7e5cdf5d195aa2518023853 100644 --- a/src/doomtype.h +++ b/src/doomtype.h @@ -392,8 +392,6 @@ unset_bit_array (bitarray_t * const array, const int value) array[value >> 3] &= ~(1<<(value & 7)); } -#ifdef HAVE_SDL typedef UINT64 precise_t; -#endif #endif //__DOOMTYPE__