Fix some warnings
This commit is contained in:
parent
95fb11ee34
commit
c693492462
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue