From 8e5a97609f6d257e1a8a331a7fd52980854cc649 Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 29 Jun 2012 13:55:31 +0000 Subject: [PATCH] remove commented code --- src/SMESHGUI/SMESHGUI_MakeNodeAtPointDlg.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/SMESHGUI/SMESHGUI_MakeNodeAtPointDlg.cxx b/src/SMESHGUI/SMESHGUI_MakeNodeAtPointDlg.cxx index 8d36fe1b9..090a385cc 100644 --- a/src/SMESHGUI/SMESHGUI_MakeNodeAtPointDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_MakeNodeAtPointDlg.cxx @@ -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; -- 2.39.2