summaryrefslogtreecommitdiffstats
path: root/src/sound/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/sound.h')
-rw-r--r--src/sound/sound.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/sound/sound.h b/src/sound/sound.h
index d152f76..70139ea 100644
--- a/src/sound/sound.h
+++ b/src/sound/sound.h
@@ -26,7 +26,6 @@
#include "math/vector.h"
-#include "common/iman.h"
#include "common/logger.h"
#include <string>
@@ -156,11 +155,8 @@ enum SoundNext
class CSoundInterface
{
public:
- inline CSoundInterface() {
- CInstanceManager::GetInstance().AddInstance(CLASS_SOUND, this);
- //m_iMan->AddInstance(CLASS_SOUND, this);
- };
- inline virtual ~CSoundInterface() {};
+ inline CSoundInterface() {}
+ inline virtual ~CSoundInterface() {}
/** Function to initialize sound device
* \param b3D - enable support for 3D sound