about summary refs log tree commit diff
path: root/src/engine/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/interface.h')
-rw-r--r--src/engine/interface.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/engine/interface.h b/src/engine/interface.h
index 1a4b7d73..ae6362fe 100644
--- a/src/engine/interface.h
+++ b/src/engine/interface.h
@@ -372,9 +372,6 @@ void gfx_quads_text(float x, float y, float size, const char *text);
 /* sound (client) */
 int snd_init();
 
-float snd_get_master_volume();
-void snd_set_master_volume(float val);
-
 void snd_set_channel(int cid, float vol, float pan);
 
 int snd_load_wv(const char *filename);