MCPcopy Create free account
hub / github.com/LMMS/lmms / removeConnection

Method removeConnection

src/gui/AutomatableModelView.cpp:214–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212
213
214void AutomatableModelViewSlots::removeConnection()
215{
216 AutomatableModel* m = m_amv->modelUntyped();
217
218 if( m->controllerConnection() )
219 {
220 delete m->controllerConnection();
221 m->setControllerConnection( NULL );
222 }
223}
224
225
226

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected