Salome HOME
Merge remote-tracking branch 'remotes/origin/master'
[modules/shaper.git] / src / XGUI / XGUI_Tools.h
index fa1c78af5652a8760b24c5639f76099e8d8a08bb..0ad21160aed3d7d068e7d48cc9a910a192158ba4 100644 (file)
@@ -9,7 +9,6 @@
 
 #include <boost/shared_ptr.hpp>
 
-class TopoDS_Shape;
 /*!
  \brief Return directory part of the file path.
 
@@ -72,11 +71,6 @@ namespace XGUI_Tools
    \param theFeature a feature
   */
   std::string XGUI_EXPORT featureInfo(FeaturePtr theFeature);
-
-  /**
-  * Returns pointer on real feature
-  */
-  FeaturePtr realFeature(const FeaturePtr theFeature);
 }
 
 #endif