Remove the template description XMLNode before saving the template
[ardour.git] / libs / surfaces / generic_midi / midicontrollable.h
index a2d96b783069efce39700cadb6361c5f0e26f330..c88b0b6441836d182a57166bcebe7ee42db8eb23 100644 (file)
@@ -134,12 +134,11 @@ 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;
 
-  void drop_controllable (PBD::Controllable*);
+       void drop_controllable (PBD::Controllable*);
 
        void midi_receiver (MIDI::Parser &p, MIDI::byte *, size_t);
        void midi_sense_note (MIDI::Parser &, MIDI::EventTwoBytes *, bool is_on);
@@ -153,7 +152,6 @@ class MIDIControllable : public PBD::Stateful
        void rpn_value_change (MIDI::Parser&, uint16_t nrpn, float val);
        void rpn_change (MIDI::Parser&, uint16_t nrpn, int direction);
        void nrpn_change (MIDI::Parser&, uint16_t nrpn, int direction);
-
 };
 
 #endif // __gm_midicontrollable_h__