From 943198a8b3f500ee5d1a0e85e6c3edaea832bf64 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Wed, 15 Oct 2025 19:33:03 -0700 Subject: Remove TODO, already addressed --- src/framebuffer.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/framebuffer.c b/src/framebuffer.c index 6505ace..dc9cc78 100644 --- a/src/framebuffer.c +++ b/src/framebuffer.c @@ -14,8 +14,6 @@ static Framebuffer framebuffer = {}; bool framebuffer_init(uint32_t* error) { - // TODO: We can combine both messages, this one and the one below, into a - // single array and make a single call to mbox_write(). MAIL_T uint32_t InitFramebuffer[24] = { /*00*/96, // Size in bytes, aligned to MAIL_ALIGN. /*01*/MAILBOX_REQUEST, -- cgit v1.2.3