Salome HOME
Documentation update
[modules/shaper.git] / src / GeomAPI / GeomAPI_Trsf.h
index 7a84cfd780c9028556aa7c99514cf24df0543240..d5f3ffd5b4a4dcb07c43ea4036bd489ed32d7f40 100644 (file)
@@ -22,13 +22,6 @@ class GeomAPI_Trsf : public GeomAPI_Interface
  public:
   /// Keeps no transformation, it may be set by setImpl
   GEOMAPI_EXPORT GeomAPI_Trsf();
-
-  /// Constructor by the impl pointer (used for internal needs)
-  template<class T> explicit GeomAPI_Trsf(T* theTrsf)
-  : GeomAPI_Interface(theTrsf)
-  {
-  }
-
   /// Takes the pointer to existing transformation
   GEOMAPI_EXPORT GeomAPI_Trsf(void* theTrsf);