summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--balls.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/balls.cpp b/balls.cpp
index e20e954..d1540b8 100644
--- a/balls.cpp
+++ b/balls.cpp
@@ -84,7 +84,6 @@ display(void) {
glClearColor(0, 0, 0, 1);
glClear(GL_COLOR_BUFFER_BIT);
drawBackground();
- /* TODO: parallel */
for (const Ball *b : balls)
drawCircle(b->r, b->p, b->color);