diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-04-25 18:36:55 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-04-26 07:46:11 +0200 |
commit | 8e3f4aeb401cb478374928d78bcbfc737bfd4d97 (patch) | |
tree | 3b198a058a01369ecf4442dccb6252e2a5c330c4 /scp2/source | |
parent | b04ec537b292c57db8ef06e138493bcf20e55282 (diff) |
ITERATE_ALL_LANG_DIR_LPROJ appears to be unused
The Bundle_Contents_Resources_Lang dir gids (its only use) have been unused
since f0b57c30fdb5ecdd25879844159b9038399bc6de "Info.plist et al were no longer
found when creating a .dmg", and those Contents/Resources/*.lproj dirs are
created on demand now, anyway.
Change-Id: Ia3e867307c4fc31180594d507721577a21cc20b1
Reviewed-on: https://gerrit.libreoffice.org/71319
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'scp2/source')
-rw-r--r-- | scp2/source/ooo/directory_ooo.scp | 4 |
1 files changed, 0 insertions, 4 deletions
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"; |