From 81123a774aeba2f424cdc93fbc0faad3ec04bfbe Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 31 Dec 2016 04:35:41 +0100 Subject: amend 3afe3f32df (remove unused global feedback option) That commit accidentally removed unrelated code in generic-midi surface which just happened to have the same name (get/set_midi_feedback) as the unused preference. Regardless, there was more cruft there. GMCP midicontrollables now use the control surfaces' feedback option. --- libs/surfaces/generic_midi/midicontrollable.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/surfaces/generic_midi/midicontrollable.h') diff --git a/libs/surfaces/generic_midi/midicontrollable.h b/libs/surfaces/generic_midi/midicontrollable.h index a2d96b7830..d07924b936 100644 --- a/libs/surfaces/generic_midi/midicontrollable.h +++ b/libs/surfaces/generic_midi/midicontrollable.h @@ -134,7 +134,6 @@ class MIDIControllable : public PBD::Stateful std::string _control_description; int16_t control_rpn; int16_t control_nrpn; - bool feedback; uint32_t _rid; std::string _what; bool _bank_relative; -- cgit v1.2.3