Remove unusued API Create/Delete Binding

This commit is contained in:
Robin Gareus 2019-03-23 01:28:23 +01:00
parent 430e51065c
commit 9a1c22d7e1
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
4 changed files with 0 additions and 68 deletions

View file

@ -152,9 +152,6 @@ class GenericMidiControlProtocol : public ARDOUR::ControlProtocol {
void learning_stopped (MIDIControllable*);
void create_binding (PBD::Controllable*, int, int);
void delete_binding (PBD::Controllable*);
MIDIControllable* create_binding (const XMLNode&);
MIDIFunction* create_function (const XMLNode&);
MIDIAction* create_action (const XMLNode&);