From 11a6edc7b9b4cf6b98e69b3f1c8f364dce1ecb9f Mon Sep 17 00:00:00 2001 From: wmayer Date: Mon, 6 Nov 2017 14:15:59 +0100 Subject: [PATCH] code cleanup --- src/Mod/Points/Gui/CMakeLists.txt | 5 ----- src/Mod/Points/Gui/ViewProvider.h | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/Mod/Points/Gui/CMakeLists.txt b/src/Mod/Points/Gui/CMakeLists.txt index 4290350ad2..6c33fbfe2c 100644 --- a/src/Mod/Points/Gui/CMakeLists.txt +++ b/src/Mod/Points/Gui/CMakeLists.txt @@ -1,8 +1,3 @@ - -if(PCL_FOUND) - add_definitions(-DHAVE_PCL) -endif(PCL_FOUND) - include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${Boost_INCLUDE_DIRS} diff --git a/src/Mod/Points/Gui/ViewProvider.h b/src/Mod/Points/Gui/ViewProvider.h index c7b8e98856..926fa7f900 100644 --- a/src/Mod/Points/Gui/ViewProvider.h +++ b/src/Mod/Points/Gui/ViewProvider.h @@ -134,7 +134,7 @@ public: virtual void updateData(const App::Property*); protected: - virtual void cut( const std::vector& picked, Gui::View3DInventorViewer &Viewer); + virtual void cut(const std::vector& picked, Gui::View3DInventorViewer &Viewer); protected: SoPointSet * pcPoints;