Mercurial > hg > svapp
changeset 689:e56cc6fe7da2 by-id
Remove obsolete definition!
author | Chris Cannam |
---|---|
date | Sun, 07 Jul 2019 16:43:16 +0100 |
parents | 11336010561e |
children | 827a522a5da4 |
files | framework/MainWindowBase.cpp |
diffstat | 1 files changed, 0 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/framework/MainWindowBase.cpp Fri Jul 05 17:53:35 2019 +0100 +++ b/framework/MainWindowBase.cpp Sun Jul 07 16:43:16 2019 +0100 @@ -4075,15 +4075,6 @@ } void -MainWindowBase::modelAboutToBeDeleted(ModelId model) -{ - if (model == m_viewManager->getPlaybackModel()) { - m_viewManager->setPlaybackModel({}); - } - m_playSource->removeModel(model); -} - -void MainWindowBase::paneDeleteButtonClicked(Pane *pane) { bool found = false;