From 78202c25cec19c371b7b3719cf8bad3bdb492463 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Sun, 21 Dec 2025 20:51:20 -0500 Subject: [PATCH] Remove duped declares --- src/s_sound.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/s_sound.c b/src/s_sound.c index 9dd4e5046..b1344cc07 100644 --- a/src/s_sound.c +++ b/src/s_sound.c @@ -48,8 +48,6 @@ CV_PossibleValue_t soundvolume_cons_t[] = {{0, "MIN"}, {MAX_VOLUME, "MAX"}, {0, static void SetChannelsNum(void); static void Command_Tunes_f(void); static void Command_RestartAudio_f(void); -static void Command_PlaySound(void); -static void Got_PlaySound(UINT8 **p, INT32 playernum); // Sound system toggles static void GameSounds_OnChange(void);