Basic controller deletion support

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1491 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-08-26 05:36:26 +00:00
parent 2c0c602b48
commit acd176eda2
11 changed files with 95 additions and 36 deletions

View File

@@ -74,7 +74,7 @@ controller::~controller()
engine::getSong()->removeController( this );
}
// TODO: Remove connections
// Remove connections by destroyed signal
}