summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2023-08-20 21:54:56 -0700
committerVito Caputo <vcaputo@pengaru.com>2023-08-20 21:54:56 -0700
commit003c1a63635e323dc677be20c529a7c4738866f2 (patch)
tree7d789cd85fce6ed9b82d4df179101d466067fe10 /src
parentb0e167bfda6a75d1768cc563d0f30fef9016ce47 (diff)
modules/shapes: remove stale TODO comment
Threaded rendering was added in 011d4df35
Diffstat (limited to 'src')
-rw-r--r--src/modules/shapes/shapes.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/modules/shapes/shapes.c b/src/modules/shapes/shapes.c
index 0b512dd..b7f00bf 100644
--- a/src/modules/shapes/shapes.c
+++ b/src/modules/shapes/shapes.c
@@ -41,12 +41,6 @@
* a single radial test to check. It's like the non-convex polygon
* problem...
*
- * - Go threaded, for ease of implementation this is currently simple
- * non-threaded code. In the checkers use case, the individual checkers
- * are already being rendered concurrently, so as-is this still becomes
- * threaded there. It's just full-frame shapes situations where it
- * hurts.
- *
*/
© All Rights Reserved