diff options
author | Chris Robinson <[email protected]> | 2015-10-18 10:25:56 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-10-18 10:25:56 -0700 |
commit | fa320939062e52a8bbab91954bfcdd7e9bbdf56b (patch) | |
tree | e15471efff79384352dc70054d01309fdbcefd5c /OpenAL32/Include | |
parent | c4ba9d21dce745cafa3b54060a84c15a0ce7535f (diff) |
Remove unused channel labels
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alMain.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 67360e53..e7ca5ac7 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -541,15 +541,6 @@ enum Channel { SideLeft, SideRight, - TopFrontLeft, - TopFrontRight, - TopBackLeft, - TopBackRight, - BottomFrontLeft, - BottomFrontRight, - BottomBackLeft, - BottomBackRight, - BFormatW, BFormatX, BFormatY, |