Salome HOME
Merge branch 'csgroup_IS2'
[modules/shaper.git] / src / GeomAPI / GeomAPI_ICustomPrs.h
index 2e7c22cc4dfac1e896f6efa3edb20785fbcd900d..0109ed5eae5ef20e2bd956a6802ea472e82d59c7 100644 (file)
@@ -40,8 +40,7 @@ public:
 
   /// Modifies the given presentation in the custom way.
   virtual bool customisePresentation(std::shared_ptr<ModelAPI_Result> theResult,
-                                     AISObjectPtr thePrs,
-                                     std::shared_ptr<GeomAPI_ICustomPrs> theDefaultPrs) = 0;
+                                     AISObjectPtr thePrs) = 0;
 };
 
 typedef std::shared_ptr<GeomAPI_ICustomPrs> GeomCustomPrsPtr;