aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alListener.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-11-17 23:02:27 -0800
committerChris Robinson <[email protected]>2018-11-17 23:02:27 -0800
commitfa3c34268dd7d9bc380ecd19aedb28924d29b295 (patch)
treec702638d5589054498fc6c7292b6d6d908954954 /OpenAL32/Include/alListener.h
parent8f6e0f97ec5543de8ae49f12046b5c893565778e (diff)
Move the ALCcontext definition to its own header
Diffstat (limited to 'OpenAL32/Include/alListener.h')
-rw-r--r--OpenAL32/Include/alListener.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/OpenAL32/Include/alListener.h b/OpenAL32/Include/alListener.h
index 9efadf47..33dea4f3 100644
--- a/OpenAL32/Include/alListener.h
+++ b/OpenAL32/Include/alListener.h
@@ -8,17 +8,6 @@
extern "C" {
#endif
-struct ALcontextProps {
- ALfloat DopplerFactor;
- ALfloat DopplerVelocity;
- ALfloat SpeedOfSound;
- ALboolean SourceDistanceModel;
- enum DistanceModel DistanceModel;
- ALfloat MetersPerUnit;
-
- ATOMIC(struct ALcontextProps*) next;
-};
-
struct ALlistenerProps {
ALfloat Position[3];
ALfloat Velocity[3];