diff options
author | Chris Robinson <[email protected]> | 2020-06-15 02:27:29 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-06-15 02:27:29 -0700 |
commit | 401a9bacd17ef7a08053a4edbc09d93c6f78a291 (patch) | |
tree | a58389efcc14cacdf419cbd2724ea2b2c2649a74 /alc/devformat.h | |
parent | 540315b07c086f4c9af1c632e7464433332de4a8 (diff) |
Don't bother with otherwise unused Aux channels
Diffstat (limited to 'alc/devformat.h')
-rw-r--r-- | alc/devformat.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/alc/devformat.h b/alc/devformat.h index 402fb8bd..d1624c9c 100644 --- a/alc/devformat.h +++ b/alc/devformat.h @@ -29,23 +29,6 @@ enum Channel { LowerBackLeft, LowerBackRight, - Aux0, - Aux1, - Aux2, - Aux3, - Aux4, - Aux5, - Aux6, - Aux7, - Aux8, - Aux9, - Aux10, - Aux11, - Aux12, - Aux13, - Aux14, - Aux15, - MaxChannels }; |