remove todo

This commit is contained in:
Sébastien Loriot 2014-10-06 14:22:25 +02:00
parent c9d6430aea
commit 688d9792be
1 changed files with 0 additions and 1 deletions

View File

@ -1211,7 +1211,6 @@ public:
/// adds a new triangle connecting vertices `v0`, `v1`, `v2`
/// \todo Offer a variadic version
Face_index add_face(Vertex_index v0, Vertex_index v1, Vertex_index v2)
{
boost::array<Vertex_index, 3>