Automation Editor - remove (comment out) unimplemented buttons (#4051)

This commit is contained in:
Oskar Wallgren
2017-12-12 18:44:10 +01:00
committed by GitHub
parent 06c40fc821
commit 54be88f536

View File

@@ -2378,8 +2378,9 @@ AutomationEditorWindow::AutomationEditorWindow() :
// copyPasteActionsToolBar->addAction( pasteAction );
DropToolBar *timeLineToolBar = addDropToolBarToTop(tr("Timeline controls"));
m_editor->m_timeLine->addToolButtons(timeLineToolBar);
// Not implemented.
//DropToolBar *timeLineToolBar = addDropToolBarToTop(tr("Timeline controls"));
//m_editor->m_timeLine->addToolButtons(timeLineToolBar);
addToolBarBreak();