From 5389defa76a1cea882361a99dc5376ec10afe380 Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Sun, 15 Aug 2021 21:18:50 +0200 Subject: [PATCH] [gettext] Unused variable --- src/intl/libintl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/intl/libintl.c b/src/intl/libintl.c index 09921e3c..26e66bc4 100644 --- a/src/intl/libintl.c +++ b/src/intl/libintl.c @@ -191,7 +191,6 @@ void set_language(int language) { char *p; - int charset; if (!system_language) system_language = get_system_language_index();