From c2faad57b12418799d8530cd1dc2ca06e834473f Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Sat, 21 Jun 2025 00:14:20 -0700 Subject: modules/droste: remove stale TODO comment With the addition of the base layer this is no longer a TODO. --- src/modules/droste/droste.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/modules/droste/droste.c b/src/modules/droste/droste.c index 9475df7..09e471f 100644 --- a/src/modules/droste/droste.c +++ b/src/modules/droste/droste.c @@ -206,12 +206,6 @@ static void droste_prepare_frame(til_module_context_t *context, til_stream_t *st return; } - - /* TODO: if we're not used as an overlay, here'd be a good place to generate something or - * just use another module as a base layer... until we do something sensible here, we should - * keep this as an experimental module so it doesn't get used by automation as a base layer.. - * it also needs something to show in montage. - */ } } -- cgit v1.2.3