removed obsolete setMutedOfAllTracks() method

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1132 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-06-15 12:49:26 +00:00
parent 137196cec5
commit 4675d60eb5
2 changed files with 2 additions and 13 deletions

View File

@@ -56,8 +56,6 @@ public:
int countTracks( track::TrackTypes _tt = track::NumTrackTypes ) const;
void setMutedOfAllTracks( bool _muted );
virtual void updateAfterTrackAdd( void );
void addTrack( track * _track );