From 415ded561c38897c37e9d32c966d2ce1082f425b Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 16 Feb 2020 20:50:48 +1000 Subject: [PATCH] Remove more unused macros. --- miniaudio.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/miniaudio.h b/miniaudio.h index d3e5fdda..ae3a0191 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -1447,8 +1447,6 @@ typedef int ma_result; #define MA_SAMPLE_RATE_352800 352800 #define MA_SAMPLE_RATE_384000 384000 -#define MA_MIN_PCM_SAMPLE_SIZE_IN_BYTES 1 /* For simplicity, miniaudio does not support PCM samples that are not byte aligned. */ -#define MA_MAX_PCM_SAMPLE_SIZE_IN_BYTES 8 #define MA_MIN_CHANNELS 1 #define MA_MAX_CHANNELS 32 #define MA_MIN_SAMPLE_RATE MA_SAMPLE_RATE_8000