From 82d46b6b87cc301fdc383ddd9bd0fa7f96ff5658 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 --- 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