diff -r b1a1f09f9110 -r 4526337fb576 widgetmodel/alfwidgetmodel/src/alfanimationoutput.cpp --- a/widgetmodel/alfwidgetmodel/src/alfanimationoutput.cpp Mon Jan 18 20:36:54 2010 +0200 +++ b/widgetmodel/alfwidgetmodel/src/alfanimationoutput.cpp Tue Feb 02 00:28:09 2010 +0200 @@ -28,7 +28,7 @@ #include #include #include -#include "alf/alfperf.h" +//#include "alf/alfperf.h" #include "alfanimationoutput.h" namespace Alf @@ -96,10 +96,10 @@ if ( visual ) { // Create the animation command(s) and send them through the env. - ALF_PERF_START( perfdata, "AlfAnimationOutput-sendCommand-createAndSendCommands" ) + //ALF_PERF_START( perfdata, "AlfAnimationOutput-sendCommand-createAndSendCommands" ) // reference visual is optional, it may be 0. mAttributeSetter->createAndSendCommands( *visual, mAttributeContainer, ref ); - ALF_PERF_STOP( perfdata, "AlfAnimationOutput-sendCommand-createAndSendCommands" ) + //ALF_PERF_STOP( perfdata, "AlfAnimationOutput-sendCommand-createAndSendCommands" ) } }