From 307a78f61e4ba9d94e20b441f92cf30f21e70392 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 27 May 2015 22:03:25 -0400 Subject: opl: Some minor tweaks to the last merge. Formatting, variable names, don't pollute global variable namespace. --- src/i_sound.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/i_sound.c') 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; -} - -- cgit v1.2.3