1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-19 08:52:33 +02:00

Removed old PlayingSound struct

This commit is contained in:
Timmy Sjöstedt 2016-05-24 22:01:22 +02:00
parent 667031c51f
commit 830922c9ca

View File

@ -23,12 +23,6 @@ public:
private:
struct PlayingSound
{
sf::Sound sound;
sf::SoundBuffer buffer;
};
class SoundSource
{
friend class SoundManager;
@ -65,7 +59,6 @@ private:
ALCdevice* alDevice;
std::map<std::string, Sound> sounds;
std::vector<PlayingSound> sounds;
sf::SoundStream* backgroundNoise;