]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
Roll back the last accidental integration.
authorouv <ouv@opencascade.com>
Wed, 4 Sep 2013 14:14:40 +0000 (14:14 +0000)
committerouv <ouv@opencascade.com>
Wed, 4 Sep 2013 14:14:40 +0000 (14:14 +0000)
src/HYDROGUI/HYDROGUI_PrsImageDriver.cxx

index 79b812f269c5f344531ec59caefdc6f1cd0d24a0..cac25c915f425ead2327f4a166de987eb1b3e91c 100644 (file)
@@ -38,7 +38,6 @@ HYDROGUI_PrsImageDriver::~HYDROGUI_PrsImageDriver()
 bool HYDROGUI_PrsImageDriver::Update( const Handle(HYDROData_Object)& theObj,
                                       HYDROGUI_Prs*& thePrs )
 {
-  printf( "Update( %s )\n", qPrintable( theObj->GetName() ) );
   HYDROGUI_PrsDriver::Update( theObj, thePrs );
 
   if( theObj.IsNull() )
@@ -57,9 +56,6 @@ bool HYDROGUI_PrsImageDriver::Update( const Handle(HYDROData_Object)& theObj,
   aPrsImage->setImage( anImage->Image() );
   aPrsImage->setTransform( anImage->Trsf() );
 
-  QImage i = anImage->Image();
-  printf( "w = %d, h = %d\n", i.width(), i.height() );
-
   aPrsImage->compute();
 
   return true;