summaryrefslogtreecommitdiff
path: root/scp2/macros
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-15 03:53:39 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2013-04-17 07:35:03 +0000
commite70ea92b3632c376975dd85dbcb26e7ca6b95498 (patch)
treecb17d5273ae6efc2f60c68a0b56e50a87b958741 /scp2/macros
parent37ec420f8f93e5af6a05a48d619bee06b64dfa69 (diff)
scp: remove unused macros
Change-Id: I48ac97bd6ac8cbd534e50c617f3d54ff10bd2908 Reviewed-on: https://gerrit.libreoffice.org/3410 Reviewed-by: Matúš Kukan <matus.kukan@gmail.com> Tested-by: Matúš Kukan <matus.kukan@gmail.com>
Diffstat (limited to 'scp2/macros')
-rw-r--r--scp2/macros/macro.pl11
1 files changed, 0 insertions, 11 deletions
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) ";