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/pulseaudio.c | |
parent | 2dd27568903033dfb017aaa85b53c6fa4abfd0de (diff) |
Remove DevFmtBFormat3D, which is covered by DevFmtAmbi1
Diffstat (limited to 'Alc/backends/pulseaudio.c')
-rw-r--r-- | Alc/backends/pulseaudio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Alc/backends/pulseaudio.c b/Alc/backends/pulseaudio.c index a4d8438b..f46386e4 100644 --- a/Alc/backends/pulseaudio.c +++ b/Alc/backends/pulseaudio.c @@ -998,7 +998,6 @@ static ALCboolean ALCpulsePlayback_reset(ALCpulsePlayback *self) case DevFmtMono: mapname = "mono"; break; - case DevFmtBFormat3D: case DevFmtAmbi1: case DevFmtAmbi2: case DevFmtAmbi3: |