Commit 25b21e58 authored by David Reid's avatar David Reid

Remove unused function.

parent 7d21d3e7
......@@ -5027,7 +5027,6 @@ Standard Library Stuff
#define ma_clamp(x, lo, hi) (ma_max(lo, ma_min(x, hi)))
#define ma_offset_ptr(p, offset) (((ma_uint8*)(p)) + (offset))
#define ma_floorf(x) ((float)floor((double)(x)))
#define ma_sinf(x) ((float)sin((double)(x)))
#define ma_cosf(x) ((float)cos((double)(x)))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment