Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/GamePlayer/common/windows/GPW_Engine.cpp')
-rw-r--r--source/gameengine/GamePlayer/common/windows/GPW_Engine.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/gameengine/GamePlayer/common/windows/GPW_Engine.cpp b/source/gameengine/GamePlayer/common/windows/GPW_Engine.cpp
index 71f40d03eb3..0002e538947 100644
--- a/source/gameengine/GamePlayer/common/windows/GPW_Engine.cpp
+++ b/source/gameengine/GamePlayer/common/windows/GPW_Engine.cpp
@@ -40,7 +40,6 @@
#include "GPW_KeyboardDevice.h"
#include "GPW_System.h"
-#include "SND_DeviceManager.h"
#include "NG_NetworkScene.h"
#include "NG_LoopBackNetworkDeviceInterface.h"
@@ -64,9 +63,6 @@ GPW_Engine::~GPW_Engine()
bool GPW_Engine::Initialize(HDC hdc, int width, int height)
{
- SND_DeviceManager::Subscribe();
- m_audiodevice = SND_DeviceManager::Instance();
-
m_keyboarddev = new GPW_KeyboardDevice();
m_mousedev = new GPC_MouseDevice();