From 57aa42fe84b5922c32cae89b2b9e63deb7726cc7 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Tue, 6 Jun 2023 19:14:01 -0700 Subject: modules/compose: remove vestigial TODO comments These are already reality as of late --- src/modules/compose/compose.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/modules/compose/compose.c') 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 */ -- cgit v1.2.1