diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2023-08-20 21:54:56 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2023-08-20 21:54:56 -0700 |
commit | 003c1a63635e323dc677be20c529a7c4738866f2 (patch) | |
tree | 7d789cd85fce6ed9b82d4df179101d466067fe10 | |
parent | b0e167bfda6a75d1768cc563d0f30fef9016ce47 (diff) |
modules/shapes: remove stale TODO comment
Threaded rendering was added in 011d4df35
-rw-r--r-- | src/modules/shapes/shapes.c | 6 |
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. - * */ |