commit 46f34c1a52a59550ad6375be8c71690872fa920d
Author: Turo Lamminen <turol@iki.fi>
AuthorDate: Thu Sep 8 15:23:14 2022 +0300
Commit: Turo Lamminen <turol@iki.fi>
CommitDate: Fri Sep 30 13:01:53 2022 +0300
sound: Remove unnecessary extern declaration for opl_drv_ver
---
src/i_sound.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/i_sound.c b/src/i_sound.c
index d163bdb0..79febab1 100644
--- a/src/i_sound.c
+++ b/src/i_sound.c
@@ -77,7 +77,6 @@ extern music_module_t music_pack_module;
// For OPL module:
-extern opl_driver_ver_t opl_drv_ver;
extern int opl_io_port;
// For native music module: