summaryrefslogtreecommitdiff
path: root/src/modules/rkt/rkt.h
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2023-08-05 01:02:53 -0700
committerVito Caputo <vcaputo@pengaru.com>2023-08-05 01:02:53 -0700
commitde6297c0c809d742d6d6c105bbbcb31187c64a14 (patch)
tree277c4606503d421e391c83d21d4cdef79af67fb4 /src/modules/rkt/rkt.h
parent3cc953518d1c2b84f08f5693d3566db4462623a8 (diff)
modules/rkt: simplify setup finalizing via setup->creator
This gets rid of the ad-hoc module lookups previously necessary for finalizing the nested module setups. Now that the til_estup_t.creator tracks the creating module, the rkt_scene_module_setup() wrapper can take care of finalizing.
Diffstat (limited to 'src/modules/rkt/rkt.h')
-rw-r--r--src/modules/rkt/rkt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/rkt/rkt.h b/src/modules/rkt/rkt.h
index e5ed4dc..cff768c 100644
--- a/src/modules/rkt/rkt.h
+++ b/src/modules/rkt/rkt.h
@@ -36,7 +36,6 @@ typedef struct rkt_context_t {
} rkt_context_t;
typedef struct rkt_setup_scene_t {
- const til_module_t *module;
til_setup_t *setup; /* Baked setup as-configured via setup. */
} rkt_setup_scene_t;
© All Rights Reserved