diff options
author | Chris Robinson <[email protected]> | 2016-07-31 08:13:41 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-07-31 08:13:41 -0700 |
commit | bff5268ed49261db9bfe432a0439bb4d508d8997 (patch) | |
tree | f0f5a2a44357dd7b9bb466f2a4ab018935f2707d /Alc/backends/dsound.c | |
parent | 2dd27568903033dfb017aaa85b53c6fa4abfd0de (diff) |
Remove DevFmtBFormat3D, which is covered by DevFmtAmbi1
Diffstat (limited to 'Alc/backends/dsound.c')
-rw-r--r-- | Alc/backends/dsound.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Alc/backends/dsound.c b/Alc/backends/dsound.c index a477360c..bb38d516 100644 --- a/Alc/backends/dsound.c +++ b/Alc/backends/dsound.c @@ -472,7 +472,6 @@ static ALCboolean ALCdsoundPlayback_reset(ALCdsoundPlayback *self) case DevFmtMono: OutputType.dwChannelMask = SPEAKER_FRONT_CENTER; break; - case DevFmtBFormat3D: case DevFmtAmbi1: case DevFmtAmbi2: case DevFmtAmbi3: @@ -791,7 +790,6 @@ static ALCenum ALCdsoundCapture_open(ALCdsoundCapture *self, const ALCchar *devi SPEAKER_SIDE_LEFT | SPEAKER_SIDE_RIGHT; break; - case DevFmtBFormat3D: case DevFmtAmbi1: case DevFmtAmbi2: case DevFmtAmbi3: |