From: mpv Date: Wed, 18 Jan 2017 13:07:23 +0000 (+0300) Subject: Remove Angle from the list of classes a useless for the current moment. X-Git-Tag: V_2.7.0~326 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=29bc47d2f0f38f132e4f578feec9a1d1c8e514fe;p=modules%2Fshaper.git Remove Angle from the list of classes a useless for the current moment. --- diff --git a/src/GeomAPI/CMakeLists.txt b/src/GeomAPI/CMakeLists.txt index 767eb4922..3332171b0 100644 --- a/src/GeomAPI/CMakeLists.txt +++ b/src/GeomAPI/CMakeLists.txt @@ -36,7 +36,6 @@ SET(PROJECT_HEADERS GeomAPI_Ax2.h GeomAPI_Ax3.h GeomAPI_Trsf.h - GeomAPI_Angle.h GeomAPI_Angle2d.h GeomAPI_Wire.h ) @@ -71,7 +70,6 @@ SET(PROJECT_SOURCES GeomAPI_Ax3.cpp GeomAPI_IPresentable.cpp GeomAPI_Trsf.cpp - GeomAPI_Angle.cpp GeomAPI_Angle2d.cpp GeomAPI_Wire.cpp )