mirror of https://github.com/CGAL/cgal
remove non-const version of root_node added in r65337
for backward compatibility. It is not documented and not used (in a non-const context).
This commit is contained in:
parent
a38b015d15
commit
a09f6640f5
|
|
@ -230,12 +230,6 @@ namespace CGAL {
|
||||||
return m_p_root_node;
|
return m_p_root_node;
|
||||||
}
|
}
|
||||||
|
|
||||||
Node* root_node() {
|
|
||||||
if(m_need_build)
|
|
||||||
build();
|
|
||||||
return m_p_root_node;
|
|
||||||
}
|
|
||||||
|
|
||||||
// search KD-tree
|
// search KD-tree
|
||||||
const Search_tree* m_p_search_tree;
|
const Search_tree* m_p_search_tree;
|
||||||
bool m_search_tree_constructed;
|
bool m_search_tree_constructed;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue