commit 7adfcfd61871a29bf939c6eedf2fb83a1bc6f14f
parent 2b9c1120caf77ca0f59b3d4e3349af39f0229947
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;
};