aboutsummaryrefslogtreecommitdiff
path: root/src/client/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/sound.h')
-rw-r--r--src/client/sound.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/sound.h b/src/client/sound.h
index 213d20831..4de63ec65 100644
--- a/src/client/sound.h
+++ b/src/client/sound.h
@@ -88,6 +88,3 @@ public:
void step(float dtime) {}
void fadeSound(int sound, float step, float gain) {}
};
-
-// Global DummySoundManager singleton
-extern DummySoundManager dummySoundManager;