shithub: choc

Download patch

ref: fabb8f598ebee1bec3c736f8556294ee57cbb6e5
parent: eac0daf8349d613784fa1a27bc23ff8d21a78a6a
author: Turo Lamminen <turol@iki.fi>
date: Fri Oct 7 08:55:46 EDT 2022

Remove redundant extern declarations from i_winmusic.h

--- a/src/i_winmusic.h
+++ b/src/i_winmusic.h
@@ -31,8 +31,6 @@
 void I_WIN_UnRegisterSong(void);
 void I_WIN_ShutdownMusic(void);
 
-extern int winmm_reverb_level;
-extern int winmm_chorus_level;
 
 #endif