From: akl Date: Thu, 4 Jul 2013 10:05:06 +0000 (+0000) Subject: Remove unused code. X-Git-Tag: BR_hydro_v_0_3_1~163 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=251a6167ff416b7391d001c496caf709b47763a4;p=modules%2Fgeom.git Remove unused code. --- diff --git a/src/GEOM/GEOM_Engine.cxx b/src/GEOM/GEOM_Engine.cxx index 900a70113..478c154bd 100644 --- a/src/GEOM/GEOM_Engine.cxx +++ b/src/GEOM/GEOM_Engine.cxx @@ -773,21 +773,6 @@ TCollection_AsciiString GEOM_Engine::DumpPython(int theDocID, } } - // // add commands of folders creation and putting objects into it - // TCollection_AsciiString createFolderCmd("\n"); - // createFolderCmd += "\t"; - // createFolderCmd += "geompy.CreateFolder("; - // for (aStEntry2ObjDataPtrIt = aStEntry2ObjDataPtr.begin(); - // aStEntry2ObjDataPtrIt != aStEntry2ObjDataPtr.end(); - // ++aStEntry2ObjDataPtrIt) - // { - // const TCollection_AsciiString& studyEntry = aStEntry2ObjDataPtrIt->first; - // const TObjectData* data = aStEntry2ObjDataPtrIt->second; - // if ( data->_unpublished && !data->_pyName.IsEmpty() ) { - // aScript += createFolderCmd + data->_pyName + ")"; - // } - // } - //aScript += "\n\tpass\n"; aScript += "\n"; aValidScript = true;