diff options
-rw-r--r-- | Alc/panning.c | 9 | ||||
-rw-r--r-- | OpenAL32/Include/alMain.h | 9 |
2 files changed, 0 insertions, 18 deletions
diff --git a/Alc/panning.c b/Alc/panning.c index f5349f16..e69b3d2d 100644 --- a/Alc/panning.c +++ b/Alc/panning.c @@ -178,15 +178,6 @@ DECL_CONST static inline const char *GetLabelFromChannel(enum Channel channel) case SideLeft: return "side-left"; case SideRight: return "side-right"; - case TopFrontLeft: return "top-front-left"; - case TopFrontRight: return "top-front-right"; - case TopBackLeft: return "top-back-left"; - case TopBackRight: return "top-back-right"; - case BottomFrontLeft: return "bottom-front-left"; - case BottomFrontRight: return "bottom-front-right"; - case BottomBackLeft: return "bottom-back-left"; - case BottomBackRight: return "bottom-back-right"; - case BFormatW: return "bformat-w"; case BFormatX: return "bformat-x"; case BFormatY: return "bformat-y"; 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, |