From 79fe5cfd47bdbd935b3e59f4012f24698c8c6e1b Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Fri, 7 Jul 2023 09:53:06 -0700 Subject: modules/rkt: cleanup some stale comments --- src/modules/rkt/rkt.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/modules/rkt/rkt.c') 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, -- cgit v1.2.1