mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-21 23:05:37 +05:00
remove commented obsolete code
This commit is contained in:
parent
7c5dc4f006
commit
a08c336e83
@ -77,7 +77,6 @@ class SMESH_EXPORT SMESH_subMesh
|
||||
SMESH_Algo* GetAlgo() const;
|
||||
|
||||
const std::map < int, SMESH_subMesh * >& DependsOn();
|
||||
//const map < int, SMESH_subMesh * >&Dependants();
|
||||
/*!
|
||||
* \brief Return iterator on the submeshes this one depends on
|
||||
*/
|
||||
@ -105,10 +104,7 @@ class SMESH_EXPORT SMESH_subMesh
|
||||
};
|
||||
enum compute_event
|
||||
{
|
||||
MODIF_ALGO_STATE, COMPUTE,
|
||||
#ifdef WITH_SMESH_CANCEL_COMPUTE
|
||||
COMPUTE_CANCELED,
|
||||
#endif
|
||||
MODIF_ALGO_STATE, COMPUTE, COMPUTE_CANCELED,
|
||||
CLEAN, SUBMESH_COMPUTED, SUBMESH_RESTORED, SUBMESH_LOADED,
|
||||
MESH_ENTITY_REMOVED, CHECK_COMPUTE_STATE
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user