summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scp2/macros/macro.pl14
-rw-r--r--scp2/source/ooo/directory_ooo.scp4
2 files changed, 0 insertions, 18 deletions
diff --git a/scp2/macros/macro.pl b/scp2/macros/macro.pl
index 20f456917937..38ea02eb31dc 100644
--- a/scp2/macros/macro.pl
+++ b/scp2/macros/macro.pl
@@ -76,20 +76,6 @@ sub write_ITERATE_ALL_LANG
print OUTFILE "\\\n";
}
print OUTFILE "\n\n";
-
- print OUTFILE "#define ITERATE_ALL_LANG_DIR_LPROJ(gid,parent) ";
- foreach $lang (@helplangs) {
- my $shortlang = $lang;
- $shortlang = "en" if $shortlang eq "en-US";
- my $speciallang = $lang;
- $speciallang =~ s/-/_/;
- print OUTFILE "\\\nDirectory CONCAT3(gid_Dir_,gid,_$speciallang)";
- print OUTFILE "\\\n\tParentID = CONCAT2(gid_Dir_,parent);";
- print OUTFILE "\\\n\tDosName = \"$shortlang.lproj\"; ";
- print OUTFILE "\\\nEnd ";
- print OUTFILE "\\\n";
- }
- print OUTFILE "\n\n";
}
sub write_ALL_LANG
diff --git a/scp2/source/ooo/directory_ooo.scp b/scp2/source/ooo/directory_ooo.scp
index 60e3f842173b..d172f74a3f84 100644
--- a/scp2/source/ooo/directory_ooo.scp
+++ b/scp2/source/ooo/directory_ooo.scp
@@ -38,10 +38,6 @@ End
#endif
#ifdef MACOSX
-ITERATE_ALL_LANG_DIR_LPROJ(Bundle_Contents_Resources_Lang,Bundle_Contents_Resources)
-#endif
-
-#ifdef MACOSX
Directory gid_Dir_Bundle_Contents_Library
ParentID = gid_Dir_Bundle_Contents;
HostName = "Library";