commit 5a5c179f0de65d4a6cbb47503eed02e55186e87e
parent bdba470a3e6129610b50aacd2ebab76cfc78fa71
Author: Hans Petter Selasky <hps@selasky.org>
Date: Sat, 14 Sep 2019 13:03:23 +0200
Remove unused field.
Signed-off-by: Hans Petter Selasky <hps@selasky.org>
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/UI/EnvelopeFreeEdit.h b/src/UI/EnvelopeFreeEdit.h
@@ -58,6 +58,5 @@ class EnvelopeFreeEdit : public Fl_Box, public Fl_Osc_Widget
char Penvval[MAX_ENVELOPE_POINTS];
//The Sustain point
char Penvsustain;
- int button_state;
int mod_state;
};