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
path: root/intern
diff options
context:
space:
mode:
Diffstat (limited to 'intern')
-rw-r--r--intern/SoundSystem/dummy/SND_DummyDevice.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/intern/SoundSystem/dummy/SND_DummyDevice.cpp b/intern/SoundSystem/dummy/SND_DummyDevice.cpp
index 67608cc9944..7b99ec461df 100644
--- a/intern/SoundSystem/dummy/SND_DummyDevice.cpp
+++ b/intern/SoundSystem/dummy/SND_DummyDevice.cpp
@@ -45,16 +45,6 @@ SND_DummyDevice::SND_DummyDevice()
{
}
-class SND_OpenALDevice : public SND_AudioDevice
-{
-public:
- SND_OpenALDevice();
-};
-
-SND_OpenALDevice::SND_OpenALDevice()
-{
-}
-
SND_DummyDevice::~SND_DummyDevice()
{
#ifdef ONTKEVER