Skip to content

Commit

Permalink
Remove first from Indexed_octree
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonCampolattaro committed Aug 3, 2020
1 parent 037185a commit 555fdc9
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -756,10 +756,6 @@ class Indexed_octree {
return 0;
}

Input_iterator first() {
return m_first;
}

Input_iterator beyond() {
return m_beyond;
}
Expand Down

0 comments on commit 555fdc9

Please sign in to comment.