diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2023-06-06 19:14:01 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2023-06-06 19:14:01 -0700 |
commit | 57aa42fe84b5922c32cae89b2b9e63deb7726cc7 (patch) | |
tree | cebfd82e7ef53fe9894e0c26b24fcf19450394ff /src/modules | |
parent | c61b7e834744ee1db05e2cbecef8256fbc3d98cc (diff) |
modules/compose: remove vestigial TODO comments
These are already reality as of late
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/compose/compose.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/modules/compose/compose.c b/src/modules/compose/compose.c index 4a93557..2b56356 100644 --- a/src/modules/compose/compose.c +++ b/src/modules/compose/compose.c @@ -16,15 +16,6 @@ * the output from other modules into a single frame. */ -/* some TODOs: - * - support randomizing settings and context resets, configurable - * - maybe add a way for the user to supply the settings on the cli - * for the composed layers. That might actually need to be a more - * general solution in the top-level rototiller code, since the - * other meta modules like montage and rtv could probably benefit - * from the ability to feed in settings to the underlying modules. - */ - typedef struct compose_layer_t { til_module_context_t *module_ctxt; /* XXX: it's expected that layers will get more settable attributes to stick in here */ |