From e70ea92b3632c376975dd85dbcb26e7ca6b95498 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 15 Apr 2013 03:53:39 +0200 Subject: scp: remove unused macros MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I48ac97bd6ac8cbd534e50c617f3d54ff10bd2908 Reviewed-on: https://gerrit.libreoffice.org/3410 Reviewed-by: Matúš Kukan Tested-by: Matúš Kukan --- scp2/macros/macro.pl | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'scp2/macros') diff --git a/scp2/macros/macro.pl b/scp2/macros/macro.pl index 2ad3fad65a88..45808746a28f 100644 --- a/scp2/macros/macro.pl +++ b/scp2/macros/macro.pl @@ -61,7 +61,6 @@ write_OTHER_LANGS(); write_DIR_ISOLANGUAGE_ALL_LANG_2(); write_DIR_ISOLANGUAGE_ALL_LANG(); write_DIR_ISOLANGUAGE_ALL_LANG_LPROJ(); -write_DIR_IDENT_ALL_LANG(); write_EXTRA_ALL_LANG(); write_EXTRA_ALL_LANG_BUT_EN_US(); write_EXTRA_ALL_GOOD_HELP_LOCALIZATIONS_LANG(); @@ -126,16 +125,6 @@ sub write_DIR_ISOLANGUAGE_ALL_LANG_LPROJ print OUTFILE "\n\n"; } -sub write_DIR_IDENT_ALL_LANG -{ - print OUTFILE "#define DIR_IDENT_ALL_LANG(name) "; - foreach $lang (@completelangiso) { - print OUTFILE "\\\n\tDosName ($lang) = STRING(name)"; - print OUTFILE "; " if ( $lang ne $completelangiso[$#completelangiso]); - } - print OUTFILE "\n\n"; -} - sub write_EXTRA_ALL_LANG { print OUTFILE "#define EXTRA_ALL_LANG(name,ext) "; -- cgit