diff options
author | Chris Robinson <[email protected]> | 2014-11-23 14:50:31 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-11-23 14:50:31 -0800 |
commit | 5464a5c630d612c10c67bee92fbca4c5adba387b (patch) | |
tree | 457a6a1243511e2f5f7765c0fd34c18eb0cd12a8 /OpenAL32 | |
parent | e5601a062ea6af77f943f596ccb594a998f63834 (diff) |
Remove unused channel enums
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alMain.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 6e675786..5ede03b2 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -530,8 +530,6 @@ enum Channel { SideLeft, SideRight, - TopCenter, - BottomCenter, TopFrontLeft, TopFrontRight, TopBackLeft, |