removed unnecessary code

This commit is contained in:
Volker Fischer 2008-03-29 06:32:44 +00:00
parent 25161fa55a
commit 64857dc49a

View file

@ -112,7 +112,6 @@ void CMultiColorLED::UpdateColor()
{
if ( eColorFlag != RL_RED )
{
//setPixmap ( BitmCubeRed );
emit newPixmap ( BitmCubeRed );
eColorFlag = RL_RED;
}
@ -123,7 +122,6 @@ emit newPixmap ( BitmCubeRed );
{
if ( eColorFlag != RL_YELLOW )
{
//setPixmap ( BitmCubeYellow );
emit newPixmap ( BitmCubeYellow );
eColorFlag = RL_YELLOW;
}
@ -134,7 +132,6 @@ emit newPixmap ( BitmCubeYellow );
{
if ( eColorFlag != RL_GREEN )
{
//setPixmap ( BitmCubeGreen );
emit newPixmap ( BitmCubeGreen );
eColorFlag = RL_GREEN;
}