Remove unused code in manual.c
This commit is contained in:
parent
922e2fe23b
commit
3f85d1dcc1
1 changed files with 0 additions and 10 deletions
10
manual.c
10
manual.c
|
@ -59,13 +59,6 @@ typedef struct {
|
||||||
static Sample samples[16];
|
static Sample samples[16];
|
||||||
static int n_samples;
|
static int n_samples;
|
||||||
|
|
||||||
static int replace_margin;
|
|
||||||
static int error;
|
|
||||||
|
|
||||||
/* Eventually these constants need to be user-defined in conf file */
|
|
||||||
#define REPLACE_MARGIN 300
|
|
||||||
#define ERROR_MARGIN 0.2
|
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
@ -89,9 +82,6 @@ MNL_Initialise(void)
|
||||||
|
|
||||||
n_samples = 0;
|
n_samples = 0;
|
||||||
|
|
||||||
replace_margin = REPLACE_MARGIN;
|
|
||||||
error = ERROR_MARGIN;
|
|
||||||
|
|
||||||
LCL_AddParameterChangeHandler(slew_samples, NULL);
|
LCL_AddParameterChangeHandler(slew_samples, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue