Commit fa34b503 by Philipp Adolf

Remove completed TODO

parent de4f6e6d
......@@ -39,8 +39,6 @@ struct Vertex
bool samePos(const Vertex& other) const{
return pos == other.pos;
}
//TODO add some kind of toString so we can log vertices.
};
QDebug operator<< (QDebug d, const Vertex &v);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment