remove commented code

This commit is contained in:
eap 2012-06-29 13:55:31 +00:00
parent 356b0f81d3
commit 8e5a97609f

View File

@ -379,7 +379,6 @@ void SMESHGUI_MakeNodeAtPointOp::startOperation()
onSelectionDone(); // init myMeshActor
if ( myMeshActor ) {
// myMeshOldDisplayMode = myMeshActor->GetRepresentation();
// myMeshActor->SetRepresentation( VTK_WIREFRAME );
myMeshActor->SetPointRepresentation(true);
SMESH::RepaintCurrentView();
@ -398,7 +397,6 @@ void SMESHGUI_MakeNodeAtPointOp::stopOperation()
myNoPreview = true;
mySimulation->SetVisibility(false);
if ( myMeshActor ) {
// myMeshActor->SetRepresentation( myMeshOldDisplayMode );
myMeshActor->SetPointRepresentation(false);
SMESH::RepaintCurrentView();
myMeshActor = 0;