From 7403efa6cf41b4ecef3bf8c7032eef62f66b9935 Mon Sep 17 00:00:00 2001 From: Jason Hilder Date: Wed, 24 Jun 2026 10:13:37 +0200 Subject: [PATCH] Tiny cleanup --- src/machine/rom.odin | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/machine/rom.odin b/src/machine/rom.odin index d6c98a6..dd5f391 100644 --- a/src/machine/rom.odin +++ b/src/machine/rom.odin @@ -1,7 +1,5 @@ package machine -// load_rom, anything rom related - import "core:log" import "core:os"