SongEditor: remove unused messing with engine's pointer to SongEditor

Back in time we obviously didn't manage to get construction dependencies
sorted so we needed to mess with the pointer to the SongEditor instance in
the engine class.

Thanks to Alexandre Almeida for pointing out this issue.

Closes #261.
This commit is contained in:
Tobias Doerffel
2014-02-06 20:48:40 +01:00
parent 7cddb23fbf
commit eccfc0c688
3 changed files with 3 additions and 10 deletions

View File

@@ -56,7 +56,7 @@ class songEditor : public TrackContainerView
{
Q_OBJECT
public:
songEditor( song * _song, songEditor * & _engine_ptr );
songEditor( song * _song );
virtual ~songEditor();