Salome HOME
DCQ : Merge with Ecole_Ete_a6.
[modules/smesh.git] / src / SMESHDS / SMESHDS_Script.cxx
index cc969b748471f5b468d522949ea1db61d938cd79..57baf301c149f7d5de451b4a0f09fe805e123a0a 100644 (file)
@@ -26,6 +26,7 @@
 //  Module : SMESH
 //  $Header: 
 
+using namespace std;
 #include "SMESHDS_Script.hxx"
 
 //=======================================================================
@@ -320,12 +321,3 @@ const list<SMESHDS_Command*>& SMESHDS_Script::GetCommands()
 {
        return myCommands;
 }
-
-/**
- * Add UpdateAll command to the log of this mesh. Once interpreted by the
- * graphical client it will (re)draw the full mesh.
- */
-void SMESHDS_Script::UpdateAll()
-{
-       myCommands.insert(myCommands.end(), new SMESHDS_Command(SMESHDS_UpdateAll));
-}