Fix some warnings

This commit is contained in:
Jean Pierre Cimalando 2021-02-24 01:08:40 +01:00
parent 95fb11ee34
commit c693492462

View file

@ -1391,11 +1391,13 @@ void Editor::Impl::performCCValueChange(unsigned cc, float value)
void Editor::Impl::performCCBeginEdit(unsigned cc)
{
// TODO(jpc) CC as parameters and automation
(void)cc;
}
void Editor::Impl::performCCEndEdit(unsigned cc)
{
// TODO(jpc) CC as parameters and automation
(void)cc;
}
void Editor::Impl::setActivePanel(unsigned panelId)