1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-07-08 13:54:52 +02:00

Remove unused variables from SoundBuffer

This commit is contained in:
Filip Gawin 2019-05-18 23:01:59 +02:00
parent cc14614e7e
commit 38a77f7477

View File

@ -5,11 +5,6 @@
#include "audio/SoundSource.hpp"
#include "audio/alCheck.hpp"
namespace {
constexpr int kNrBuffersStreaming = 4;
constexpr int kSizeOfChunk = 4;
} // namespace
SoundBuffer::SoundBuffer() {
alCheck(alGenSources(1, &source));
alCheck(alGenBuffers(1, &buffer));