removed toggled signal from automatableButton::toggle

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@342 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Danny McRae
2006-08-16 19:29:56 +00:00
parent 52e82db674
commit 471f97334c
2 changed files with 5 additions and 1 deletions

View File

@@ -180,7 +180,6 @@ void automatableButton::toggle( void )
{
setValue( !value() );
update();
emit( toggled( value() ) );
}
}