diff --git a/src/gui/editors/AutomationEditor.cpp b/src/gui/editors/AutomationEditor.cpp index a32f8acb34b..3d4407e5148 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();