From 830922c9cadd4c16454624c94705b76743e42c38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timmy=20Sj=C3=B6stedt?= Date: Tue, 24 May 2016 22:01:22 +0200 Subject: [PATCH] Removed old PlayingSound struct --- rwengine/include/audio/SoundManager.hpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/rwengine/include/audio/SoundManager.hpp b/rwengine/include/audio/SoundManager.hpp index 10cf1fa8..a4d4d729 100644 --- a/rwengine/include/audio/SoundManager.hpp +++ b/rwengine/include/audio/SoundManager.hpp @@ -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 sounds; - std::vector sounds; sf::SoundStream* backgroundNoise;