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:
authorTon Roosendaal <ton@blender.org>2005-04-30 13:17:10 +0400
committerTon Roosendaal <ton@blender.org>2005-04-30 13:17:10 +0400
commita62b0309bfe37fcbaac596c4c48bbb409ce700f7 (patch)
treed3d10e40cf68658e476ba1662ab1dae9baa784b4 /intern
parentb7a927cc952e6caf8099bdb0def147b54594f94f (diff)
Uncommitted fix in NAN_NO_KETSJI compile, which seems to work only for
Makefile usage... the linking error might be makefile related then.
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