X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=inline;f=src%2FGeomAPI%2FGeomAPI_Trsf.h;h=d5f3ffd5b4a4dcb07c43ea4036bd489ed32d7f40;hb=73b293b1c77ab13ac9fbbb2aefb3b8573e63180b;hp=7a84cfd780c9028556aa7c99514cf24df0543240;hpb=75a7d7e0bffc1352f085b6b2f1caf63f954bc125;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Trsf.h b/src/GeomAPI/GeomAPI_Trsf.h index 7a84cfd78..d5f3ffd5b 100644 --- a/src/GeomAPI/GeomAPI_Trsf.h +++ b/src/GeomAPI/GeomAPI_Trsf.h @@ -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 explicit GeomAPI_Trsf(T* theTrsf) - : GeomAPI_Interface(theTrsf) - { - } - /// Takes the pointer to existing transformation GEOMAPI_EXPORT GeomAPI_Trsf(void* theTrsf);