Mercurial > hg > tony
comparison src/MainWindow.cpp @ 169:89bcb03a4849
Remove call to function that never made it through
author | Chris Cannam |
---|---|
date | Tue, 04 Feb 2014 14:35:35 +0000 |
parents | c5e4eaeb9a27 |
children | e33f9d052503 |
comparison
equal
deleted
inserted
replaced
168:c5e4eaeb9a27 | 169:89bcb03a4849 |
---|---|
2175 m_panLayer->setModel(model); | 2175 m_panLayer->setModel(model); |
2176 | 2176 |
2177 MainWindowBase::mainModelChanged(model); | 2177 MainWindowBase::mainModelChanged(model); |
2178 | 2178 |
2179 if (m_playTarget) { | 2179 if (m_playTarget) { |
2180 | |
2181 connect(m_fader, SIGNAL(valueChanged(float)), | 2180 connect(m_fader, SIGNAL(valueChanged(float)), |
2182 m_playTarget, SLOT(setOutputGain(float))); | 2181 m_playTarget, SLOT(setOutputGain(float))); |
2183 | |
2184 m_playSource->setSelectionMargin(RealTime(2, 0)); | |
2185 } | 2182 } |
2186 | 2183 |
2187 if (model) { | 2184 if (model) { |
2188 if (m_paneStack) { | 2185 if (m_paneStack) { |
2189 Pane *pane = m_paneStack->getCurrentPane(); | 2186 Pane *pane = m_paneStack->getCurrentPane(); |