Skip to content

Commit

Permalink
Remove more unused methods
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonCampolattaro committed Jun 16, 2020
1 parent ae83a2b commit a218a74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Octree/include/CGAL/Octree/Octree_node.h
Expand Up @@ -114,7 +114,6 @@ namespace CGAL {
}

Node *parent() { return m_parent; }

const Node *parent() const { return m_parent; }

void set_parent(Node *parent) { m_parent = parent; }
Expand Down

0 comments on commit a218a74

Please sign in to comment.