faderport: cleanup

This commit is contained in:
Paul Davis 2015-11-30 20:13:49 -05:00
parent 7a846b7e6d
commit 41d0336f80
2 changed files with 3 additions and 8 deletions

View file

@ -418,7 +418,6 @@ FPGUI::action_changed (Gtk::ComboBox* cb, FaderPort::ButtonID id, FaderPort::But
string action_path = (*row)[action_columns.path];
/* release binding */
cerr << "Reset release for " << id << " to " << action_path << " bs = " << hex << bs << dec << endl;
fp.set_action (id, action_path, false, bs);
}