diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2025-06-21 00:14:20 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2025-06-21 13:18:04 -0700 |
commit | c2faad57b12418799d8530cd1dc2ca06e834473f (patch) | |
tree | e68c1b5ad8559e23d9cf4b55ee2cb7293abe0682 /src | |
parent | 02401bbc93939803cbe0f12adcb956c77f648b21 (diff) |
modules/droste: remove stale TODO comment
With the addition of the base layer this is no longer a TODO.
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/droste/droste.c | 6 |
1 files changed, 0 insertions, 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. - */ } } |