summaryrefslogtreecommitdiff
path: root/src/modules/rkt
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2023-07-07 09:53:06 -0700
committerVito Caputo <vcaputo@pengaru.com>2023-07-07 09:53:06 -0700
commit79fe5cfd47bdbd935b3e59f4012f24698c8c6e1b (patch)
tree9db5c6768c088810c20db6bf43f443cba7ff149f /src/modules/rkt
parent029e48a8c2982ff4a60a7e75682e88daa40994fb (diff)
modules/rkt: cleanup some stale comments
Diffstat (limited to 'src/modules/rkt')
-rw-r--r--src/modules/rkt/rkt.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/modules/rkt/rkt.c b/src/modules/rkt/rkt.c
index 3fa471a..a16d24f 100644
--- a/src/modules/rkt/rkt.c
+++ b/src/modules/rkt/rkt.c
@@ -237,7 +237,6 @@ static til_module_context_t * rkt_create_context(const til_module_t *module, til
rkt_update_rocket(ctxt, ticks);
- /* are we running the scener too? */
if (s->scener_listen)
rkt_scener_startup(ctxt);
@@ -291,10 +290,6 @@ static void rkt_render_fragment(til_module_context_t *context, til_stream_t *str
/* TODO: creating/destroying this every frame is dumb, but
* as this is a diagnostic it's not so important.
- *
- * Once this module deals with disconnects and transparently reconnects, it'll need
- * to show some connection status information as well... when that gets added this will
- * likely get reworked to become part of that status text.
*/
til_fb_fragment_clear(*fragment_ptr);
txt_render_fragment(msg, *fragment_ptr, 0xffffffff,
© All Rights Reserved