From 54be88f5365def1e6263b9f3243ddcb4ddfa2420 Mon Sep 17 00:00:00 2001 From: Oskar Wallgren Date: Tue, 12 Dec 2017 18:44:10 +0100 Subject: [PATCH] Automation Editor - remove (comment out) unimplemented buttons (#4051) --- src/gui/editors/AutomationEditor.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/gui/editors/AutomationEditor.cpp b/src/gui/editors/AutomationEditor.cpp index a32f8acb3..3d4407e51 100644 --- a/src/gui/editors/AutomationEditor.cpp +++ b/src/gui/editors/AutomationEditor.cpp @@ -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();