From b07cd859fee5802eef60b3bbec929157d32e273f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20T=C3=A1mara?= Date: Mon, 13 Oct 2025 17:33:02 -0500 Subject: [PATCH] refactor: hx removing commented test code and unused constant --- src/tui/mode/helix.zig | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tui/mode/helix.zig b/src/tui/mode/helix.zig index 20d27e7..4cf8bce 100644 --- a/src/tui/mode/helix.zig +++ b/src/tui/mode/helix.zig @@ -13,8 +13,6 @@ const Buffer = @import("Buffer"); const Cursor = Buffer.Cursor; const Selection = Buffer.Selection; -const serial_separator = "\n\t\t\n"; - var commands: Commands = undefined; pub fn init() !void {