Salome HOME
Merge branch 'Dev_1.2.0' of newgeom:newgeom into Dev_1.2.0
[modules/shaper.git] / src / XGUI / XGUI_Tools.h
index e541ba2f0418e8fcef741ece0fd46eb62e0433f8..1a5c7b05f2b2103dc91e33dcc25025ef9a47742f 100644 (file)
@@ -8,7 +8,6 @@
 #include <QRect>
 
 #include <ModelAPI_Feature.h>
-#include <ModuleBase_Definitions.h>
 
 #include <memory>
 
@@ -66,15 +65,6 @@ bool XGUI_EXPORT isModelObject(FeaturePtr theFeature);
 std::string XGUI_EXPORT featureInfo(FeaturePtr theFeature);
 
 
-/*!
-Check types of objects which are in the given list
-\param theObjects the list of objects
-\param hasResult will be set to true if list contains Result objects
-\param hasFeature will be set to true if list contains Feature objects
-\param hasParameter will be set to true if list contains Parameter objects
-*/
-void checkObjects(const QObjectPtrList& theObjects, bool& hasResult, bool& hasFeature, bool& hasParameter);
-
 };
 
 #endif