From d03b07415d679693177dc42ec5b1b10ed645e3b3 Mon Sep 17 00:00:00 2001 From: David Matos Date: Thu, 22 Jan 2026 12:06:39 +0100 Subject: [PATCH] remove comment --- src/build/GhosttyI18n.zig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/build/GhosttyI18n.zig b/src/build/GhosttyI18n.zig index df30eb984..39222febc 100644 --- a/src/build/GhosttyI18n.zig +++ b/src/build/GhosttyI18n.zig @@ -169,7 +169,6 @@ fn createUpdateStep(b: *std.Build) !*std.Build.Step { "--package-name=" ++ domain, "--msgid-bugs-address=m@mitchellh.com", "--copyright-holder=\"Mitchell Hashimoto, Ghostty contributors\"", - // msgcat would work but generates extra headers not needed? "-o", "-", });