From 003c1a63635e323dc677be20c529a7c4738866f2 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Sun, 20 Aug 2023 21:54:56 -0700 Subject: modules/shapes: remove stale TODO comment Threaded rendering was added in 011d4df35 --- src/modules/shapes/shapes.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src') 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. - * */ -- cgit v1.2.1