remove redundant #ifdef LADSPA

cmake will take care of compiling fluid_ladspa.c
This commit is contained in:
derselbst 2017-10-22 14:31:57 +02:00
parent 456b6afa97
commit 2deffc40c0

View file

@ -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*/