From f3488a333fd773d652911e733f32cf356bd40138 Mon Sep 17 00:00:00 2001 From: jfa Date: Mon, 25 Apr 2005 08:19:10 +0000 Subject: [PATCH] Delete commented lines --- src/VISU_I/VISU_Plot3D_i.cc | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/src/VISU_I/VISU_Plot3D_i.cc b/src/VISU_I/VISU_Plot3D_i.cc index 998fc10c..c7f25dca 100644 --- a/src/VISU_I/VISU_Plot3D_i.cc +++ b/src/VISU_I/VISU_Plot3D_i.cc @@ -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); -- 2.39.2