0030687: Visualization - remove redundant interfaces SelectBasics_EntityOwner and...
[occt.git] / src / MeshVS / MeshVS_MeshEntityOwner.cxx
index 247d8ca..9ff4d99 100644 (file)
@@ -20,7 +20,6 @@
 #include <Prs3d_Root.hxx>
 #include <PrsMgr_PresentationManager.hxx>
 #include <PrsMgr_PresentationManager3d.hxx>
-#include <SelectBasics_EntityOwner.hxx>
 #include <SelectMgr_SelectableObject.hxx>
 #include <Standard_Type.hxx>
 #include <TColStd_ListIteratorOfListOfReal.hxx>
@@ -49,7 +48,7 @@ MeshVS_MeshEntityOwner::MeshVS_MeshEntityOwner
   myID      ( ID ),
   myIsGroup ( IsGroup )
 {
-  SelectBasics_EntityOwner::Set ( Priority );
+  //
 }
 
 //================================================================