Skip to content

Commit ae5a2d0

Browse files
committed
Remove unused code
1 parent e57d65c commit ae5a2d0

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

code/src/common/audio_defines.h

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,6 @@
2525
#define LIMITER_ReleaseSec 0.200f
2626
#define LIMITER_LookAhead 240
2727

28-
typedef enum {
29-
CHANNELUNKNOWN = 0,
30-
CHANNELMONO,
31-
CHANNELSTEREO,
32-
CHANNEL51,
33-
CHANNEL512,
34-
CHANNEL514,
35-
CHANNEL71,
36-
CHANNEL712,
37-
CHANNEL714,
38-
CHANNEL312,
39-
CHANNELBINAURAL
40-
} channelLayout;
41-
4228
#define MAX_CHANNELS 12
4329
#define MAX_OUTPUT_CHANNELS 24
4430
#define MAX_DELAYSIZE 4096

0 commit comments

Comments
 (0)