summaryrefslogtreecommitdiff
path: root/src/i_sound.c
diff options
context:
space:
mode:
authorSimon Howard2015-05-27 22:03:25 -0400
committerSimon Howard2015-05-27 22:03:25 -0400
commit307a78f61e4ba9d94e20b441f92cf30f21e70392 (patch)
tree32a25c31f4838c8e85f2867b9642af7ea26fd723 /src/i_sound.c
parenta09682d46edae813700eb693d0e5d5dccc652cd7 (diff)
downloadchocolate-doom-307a78f61e4ba9d94e20b441f92cf30f21e70392.tar.gz
chocolate-doom-307a78f61e4ba9d94e20b441f92cf30f21e70392.tar.bz2
chocolate-doom-307a78f61e4ba9d94e20b441f92cf30f21e70392.zip
opl: Some minor tweaks to the last merge.
Formatting, variable names, don't pollute global variable namespace.
Diffstat (limited to 'src/i_sound.c')
-rw-r--r--src/i_sound.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/i_sound.c b/src/i_sound.c
index 6763fa37..73442cbd 100644
--- a/src/i_sound.c
+++ b/src/i_sound.c
@@ -473,8 +473,3 @@ void I_BindSoundVariables(void)
#endif
}
-void I_SetOPLDriverVer(opl_driver_ver_t ver)
-{
- opl_drv_ver = ver;
-}
-