removed obsolete SIGNAL/SLOT-connection

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@819 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-03-30 20:38:51 +00:00
parent db4aaadd8e
commit 8a09e38c38
2 changed files with 10 additions and 7 deletions

View File

@@ -138,9 +138,6 @@ songEditor::songEditor( song * _song ) :
engine::getMainWindow()->addSpacingToToolBar( 10 );
connect( engine::getMixer(), SIGNAL( sampleRateChanged() ), this,
SLOT( updateFramesPerTact64th() ) );
QLabel * master_vol_lbl = new QLabel( tb );