removed unnecessary code
This commit is contained in:
parent
25161fa55a
commit
64857dc49a
1 changed files with 3 additions and 6 deletions
|
@ -112,7 +112,6 @@ void CMultiColorLED::UpdateColor()
|
||||||
{
|
{
|
||||||
if ( eColorFlag != RL_RED )
|
if ( eColorFlag != RL_RED )
|
||||||
{
|
{
|
||||||
//setPixmap ( BitmCubeRed );
|
|
||||||
emit newPixmap ( BitmCubeRed );
|
emit newPixmap ( BitmCubeRed );
|
||||||
eColorFlag = RL_RED;
|
eColorFlag = RL_RED;
|
||||||
}
|
}
|
||||||
|
@ -123,7 +122,6 @@ emit newPixmap ( BitmCubeRed );
|
||||||
{
|
{
|
||||||
if ( eColorFlag != RL_YELLOW )
|
if ( eColorFlag != RL_YELLOW )
|
||||||
{
|
{
|
||||||
//setPixmap ( BitmCubeYellow );
|
|
||||||
emit newPixmap ( BitmCubeYellow );
|
emit newPixmap ( BitmCubeYellow );
|
||||||
eColorFlag = RL_YELLOW;
|
eColorFlag = RL_YELLOW;
|
||||||
}
|
}
|
||||||
|
@ -134,7 +132,6 @@ emit newPixmap ( BitmCubeYellow );
|
||||||
{
|
{
|
||||||
if ( eColorFlag != RL_GREEN )
|
if ( eColorFlag != RL_GREEN )
|
||||||
{
|
{
|
||||||
//setPixmap ( BitmCubeGreen );
|
|
||||||
emit newPixmap ( BitmCubeGreen );
|
emit newPixmap ( BitmCubeGreen );
|
||||||
eColorFlag = RL_GREEN;
|
eColorFlag = RL_GREEN;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue