Skip to content

Commit

Permalink
REMOVE : unused function.
Browse files Browse the repository at this point in the history
  • Loading branch information
SANAGOdev committed Dec 4, 2023
1 parent e5c4d36 commit 7b317de
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions c/ladspa/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ instantiateSimpleFilter(const LADSPA_Descriptor *Descriptor,
return psFilter;
}

static void activateSimpleFilter(LADSPA_Handle Instance) {

}

static void connectPortToSimpleFilter(LADSPA_Handle Instance,
unsigned long Port,
LADSPA_Data *DataLocation) {
Expand Down Expand Up @@ -194,7 +190,6 @@ ON_LOAD_ROUTINE {
psPortRangeHints[SF_OUTPUT].HintDescriptor = 0;
g_psDescriptor->instantiate = instantiateSimpleFilter;
g_psDescriptor->connect_port = connectPortToSimpleFilter;
g_psDescriptor->activate = activateSimpleFilter;
g_psDescriptor->run = runFilter;
g_psDescriptor->run_adding = NULL;
g_psDescriptor->set_run_adding_gain = NULL;
Expand Down

0 comments on commit 7b317de

Please sign in to comment.