0029674: Improvements in Inspector tool
[occt.git] / tools / ShapeView / ShapeView_Tools.cxx
index 72a5d66..afa6de4 100644 (file)
@@ -31,12 +31,3 @@ TopoDS_Shape ShapeView_Tools::ReadShape (const TCollection_AsciiString& theFileN
   BRepTools::Read (aShape, theFileName.ToCString(), aBuilder);
   return aShape;
 }
-
-// =======================================================================
-// function : CreatePresentation
-// purpose :
-// =======================================================================
-Handle(Standard_Transient) ShapeView_Tools::CreatePresentation (const TopoDS_Shape& theShape)
-{
-  return new AIS_Shape (theShape);
-}