]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Delete commented lines
authorjfa <jfa@opencascade.com>
Mon, 25 Apr 2005 08:19:10 +0000 (08:19 +0000)
committerjfa <jfa@opencascade.com>
Mon, 25 Apr 2005 08:19:10 +0000 (08:19 +0000)
src/VISU_I/VISU_Plot3D_i.cc

index 998fc10c900bcca54689797da4cc3f333abd7d40..c7f25dca353547fcf1ccdbd5b0a4b35f78d9ca97 100644 (file)
@@ -102,17 +102,6 @@ VISU::Plot3D::Orientation VISU::Plot3D_i::GetOrientationType()
 //  //return myPlot3DPL->GetRotateY();
 //  return 0.0;
 //}
-//
-//void VISU::Plot3D_i::SetDisplacement (CORBA::Double theDisp)
-//{
-//  //myPlot3DPL->SetDisplacement(theDisp);
-//}
-//
-//CORBA::Double VISU::Plot3D_i::GetDisplacement()
-//{
-//  //return myPlot3DPL->GetDisplacement();
-//  return 0.0;
-//}
 
 void VISU::Plot3D_i::SetPlanePosition (CORBA::Double  thePlanePosition,
                                       CORBA::Boolean theIsRelative)
@@ -140,17 +129,6 @@ CORBA::Double VISU::Plot3D_i::GetScaleFactor()
   return myPlot3DPL->GetScaleFactor();
 }
 
-//void VISU::Plot3D_i::SetDefault (CORBA::Long thePlaneNumber)
-//{
-//  //myPlot3DPL->SetPartDefault(thePlaneNumber);
-//}
-//
-//CORBA::Boolean VISU::Plot3D_i::IsDefault (CORBA::Long thePlaneNumber)
-//{
-//  //return myPlot3DPL->IsPartDefault(thePlaneNumber);
-//  return false;
-//}
-
 void VISU::Plot3D_i::SetNbOfContours (CORBA::Long theNb)
 {
   myPlot3DPL->SetNumberOfContours(theNb);