Salome HOME
Copyright update 2022
[modules/shaper.git] / src / GeomAPI / GeomAPI_ICustomPrs.h
index 2e7c22cc4dfac1e896f6efa3edb20785fbcd900d..c6647e4800df4221271e5a3f49ecd55e9cffaaae 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2022  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -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;