mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Remove unused function.
This commit is contained in:
@@ -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)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user