commit f9ad0d1ee59c72577db837ec70d3fd6f4b6f0222
Author: Michael Day <contact@michaelcday.com>
AuthorDate: Tue Mar 14 09:03:47 2023 -0400
Commit: Michael Day <contact@michaelcday.com>
CommitDate: Tue Mar 21 13:58:59 2023 -0400
fluidsynth: Remove unneeded includes and macro
---
src/i_flmusic.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/src/i_flmusic.c b/src/i_flmusic.c
index 3a38d531..aaa01f01 100644
--- a/src/i_flmusic.c
+++ b/src/i_flmusic.c
@@ -41,9 +41,6 @@ typedef fluid_long_long_t fluid_int_t;
#include "m_misc.h"
#include "memio.h"
#include "mus2mid.h"
-#include "w_wad.h"
-#include "z_zone.h"
-#include "i_glob.h"
char *fsynth_sf_path = "";
int fsynth_chorus_active = 1;
@@ -61,8 +58,6 @@ static fluid_synth_t *synth = NULL;
static fluid_settings_t *settings = NULL;
static fluid_player_t *player = NULL;
-#define SOUNDFONTS_INITIAL_SIZE 16
-
static void FL_Mix_Callback(void *udata, Uint8 *stream, int len)
{
int result;