Skip to content
Snippets Groups Projects
Commit 9c2f0d27 authored by Elias Pipping's avatar Elias Pipping
Browse files

[Cleanup] Remove unnecessary comment

parent 27b8528b
No related branches found
No related tags found
No related merge requests found
......@@ -132,8 +132,7 @@ void MyGeometry::render() {
// labels
{
auto const label = [&](LocalVector2D const &v,
std::string l) { // TODO: implicit?
auto const label = [&](LocalVector2D const &v, std::string l) {
moveTo(v);
cr->rel_move_to(0.005, -0.02);
cr->show_text(l);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment