aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/i18n/i18n.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/i18n/i18n.go b/src/i18n/i18n.go
index f9e1c43..1258a27 100644
--- a/src/i18n/i18n.go
+++ b/src/i18n/i18n.go
@@ -295,9 +295,6 @@ var (
MonetaryPost: " €",
},
}
- /* Map of language codes to printers. We do this instead of just
- using language.MustParse() directly so that we can easily see if a
- language is supported or not. */
Printers map[string]Printer = make(map[string]Printer, len(locales))
DefaultPrinter Printer
)