From 01af59c6fc95bf6b90d8619514227a336820ab96 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 6 Oct 2023 17:17:51 +0200 Subject: [PATCH] Bug 34959: Remove unused sub Nothing special here, this sub is not used and we can remove it. Signed-off-by: David Nind Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi (cherry picked from commit e4d638e14890449839c42db340766bee9a735e2e) Signed-off-by: Fridolin Somers --- misc/translator/xgettext.pl | 9 --------- 1 file changed, 9 deletions(-) diff --git a/misc/translator/xgettext.pl b/misc/translator/xgettext.pl index 9eec03646a..b5bd96d34f 100755 --- a/misc/translator/xgettext.pl +++ b/misc/translator/xgettext.pl @@ -158,15 +158,6 @@ sub text_extract { ############################################################################### -sub generate_strings_list { - # Emit all extracted strings. - for my $t (string_list) { - printf $OUTPUT "%s\n", $t; - } -} - -############################################################################### - sub generate_po_file { # We don't emit the Plural-Forms header; it's meaningless for us my $pot_charset = (defined $charset_out? $charset_out: 'CHARSET'); -- 2.20.1