mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-03 09:32:02 +00:00
remove redundant #ifdef LADSPA
cmake will take care of compiling fluid_ladspa.c
This commit is contained in:
parent
456b6afa97
commit
2deffc40c0
1 changed files with 0 additions and 4 deletions
|
@ -27,8 +27,6 @@
|
|||
|
||||
#include "fluidsynth_priv.h"
|
||||
|
||||
#ifdef LADSPA
|
||||
|
||||
#include "fluid_ladspa.h"
|
||||
#include "fluid_sys.h"
|
||||
#include <dlfcn.h>
|
||||
|
@ -1559,5 +1557,3 @@ static void connect_node_to_port(fluid_ladspa_node_t *node, fluid_ladspa_dir_t d
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
#endif /*LADSPA*/
|
||||
|
|
Loading…
Reference in a new issue