From d583e4451f548f024d7dc8e17c3ae852a28814fa Mon Sep 17 00:00:00 2001 From: cjamin Date: Fri, 2 Sep 2016 13:52:00 +0000 Subject: Remove commented functions git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/subsampling_and_spatialsearching@1473 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 046de1927ed4acf0273df72744607f3bd3300a40 --- .../include/gudhi/Spatial_tree_data_structure.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/Spatial_searching') diff --git a/src/Spatial_searching/include/gudhi/Spatial_tree_data_structure.h b/src/Spatial_searching/include/gudhi/Spatial_tree_data_structure.h index 9f7503eb..88629a05 100644 --- a/src/Spatial_searching/include/gudhi/Spatial_tree_data_structure.h +++ b/src/Spatial_searching/include/gudhi/Spatial_tree_data_structure.h @@ -150,16 +150,6 @@ public: m_tree.build(); } - /*Point_container_ &points() - { - return m_points; - } - - const Point_container_ &points() const - { - return m_points; - }*/ - // Be careful, this function invalidates the tree, // which will be recomputed at the next query void insert(std::ptrdiff_t point_idx) -- cgit v1.2.3