Skip to content

Commit

Permalink
Remove Deprecated Code for 1.15.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Shayril <shayrilu.work@gmail.com>
  • Loading branch information
Shayril committed May 15, 2024
1 parent 5373884 commit 3ae4df5
Show file tree
Hide file tree
Showing 67 changed files with 0 additions and 1,663 deletions.
2 changes: 0 additions & 2 deletions apps/in_hand_scanner/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ pcl_add_doc("${SUBSUBSYS_NAME}")
################################################################################

set(INCS
"include/pcl/${SUBSYS_NAME}/${SUBSUBSYS_NAME}/boost.h"
"include/pcl/${SUBSYS_NAME}/${SUBSUBSYS_NAME}/common_types.h"
"include/pcl/${SUBSYS_NAME}/${SUBSUBSYS_NAME}/eigen.h"
"include/pcl/${SUBSYS_NAME}/${SUBSUBSYS_NAME}/icp.h"
"include/pcl/${SUBSYS_NAME}/${SUBSUBSYS_NAME}/input_data_processing.h"
"include/pcl/${SUBSYS_NAME}/${SUBSUBSYS_NAME}/integration.h"
Expand Down
48 changes: 0 additions & 48 deletions apps/in_hand_scanner/include/pcl/apps/in_hand_scanner/boost.h

This file was deleted.

49 changes: 0 additions & 49 deletions apps/in_hand_scanner/include/pcl/apps/in_hand_scanner/eigen.h

This file was deleted.

3 changes: 0 additions & 3 deletions common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ set(incs
include/pcl/types.h
include/pcl/point_cloud.h
include/pcl/point_struct_traits.h
include/pcl/point_traits.h
include/pcl/type_traits.h
include/pcl/point_types_conversion.h
include/pcl/point_representation.h
Expand All @@ -79,11 +78,9 @@ set(incs
include/pcl/PointIndices.h
include/pcl/register_point_struct.h
include/pcl/conversions.h
include/pcl/make_shared.h
)

set(common_incs
include/pcl/common/boost.h
include/pcl/common/angles.h
include/pcl/common/bivariate_polynomial.h
include/pcl/common/centroid.h
Expand Down
53 changes: 0 additions & 53 deletions common/include/pcl/common/boost.h

This file was deleted.

42 changes: 0 additions & 42 deletions common/include/pcl/make_shared.h

This file was deleted.

43 changes: 0 additions & 43 deletions common/include/pcl/point_traits.h

This file was deleted.

2 changes: 0 additions & 2 deletions features/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ if(NOT build)
endif()

set(incs
"include/pcl/${SUBSYS_NAME}/boost.h"
"include/pcl/${SUBSYS_NAME}/eigen.h"
"include/pcl/${SUBSYS_NAME}/board.h"
"include/pcl/${SUBSYS_NAME}/flare.h"
"include/pcl/${SUBSYS_NAME}/brisk_2d.h"
Expand Down
46 changes: 0 additions & 46 deletions features/include/pcl/features/boost.h

This file was deleted.

47 changes: 0 additions & 47 deletions features/include/pcl/features/eigen.h

This file was deleted.

1 change: 0 additions & 1 deletion filters/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ set(srcs
)

set(incs
"include/pcl/${SUBSYS_NAME}/boost.h"
"include/pcl/${SUBSYS_NAME}/conditional_removal.h"
"include/pcl/${SUBSYS_NAME}/crop_box.h"
"include/pcl/${SUBSYS_NAME}/clipper3D.h"
Expand Down
Loading

0 comments on commit 3ae4df5

Please sign in to comment.