X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FGCE2d%2FGCE2d_MakeMirror.cxx;h=bf70a677e388e620c68cf81fd904578ab40e4c7f;hb=83eaf3e892f9b033b422bb849bb5e9f87c80e653;hpb=c04c30b3eeabbb8cdc8fbe00aee9fe5e31dc0c14 diff --git a/src/GCE2d/GCE2d_MakeMirror.cxx b/src/GCE2d/GCE2d_MakeMirror.cxx index 5b4e876f80..bf70a677e3 100644 --- a/src/GCE2d/GCE2d_MakeMirror.cxx +++ b/src/GCE2d/GCE2d_MakeMirror.cxx @@ -58,14 +58,3 @@ const Handle(Geom2d_Transformation)& GCE2d_MakeMirror::Value() const { return TheMirror; } - -const Handle(Geom2d_Transformation)& GCE2d_MakeMirror::Operator() const -{ - return TheMirror; -} - -GCE2d_MakeMirror::operator Handle(Geom2d_Transformation) () const -{ - return TheMirror; -} -