diff options
Diffstat (limited to 'src/modules')
-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. - * */ |