From fde0e293a30ed4e689208b456a4431b7bb278eb4 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 24 Jul 2017 01:22:50 +0200 Subject: Remove unused "mark" parameter from stop_touch() API --- libs/surfaces/faderport/faderport.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/surfaces/faderport') diff --git a/libs/surfaces/faderport/faderport.cc b/libs/surfaces/faderport/faderport.cc index 8e106c7948..4e65fec3cc 100644 --- a/libs/surfaces/faderport/faderport.cc +++ b/libs/surfaces/faderport/faderport.cc @@ -379,7 +379,7 @@ FaderPort::button_handler (MIDI::Parser &, MIDI::EventTwoBytes* tb) if (tb->value) { gain->start_touch (now); } else { - gain->stop_touch (true, now); + gain->stop_touch (now); } } } -- cgit v1.2.3