diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-25 14:10:43 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-25 14:10:43 +0100 |
commit | 2fc4952bd0123de06bf281733597b3f9fc487d75 (patch) | |
tree | 4d071edde62254ee718c75399bcb730d16d627c3 /scp2/source/ooo | |
parent | 411bd6e440266a0db95907ad73a3a5be92bd1827 (diff) |
Remove unused URE_LIB_DIR
(which now had a bogus value on Mac OS X anyway)
Change-Id: I5bf233506d6c658560dfadddf79a9ed8605c2a20
Diffstat (limited to 'scp2/source/ooo')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index a8669295b2f9..e331f6c6ca2a 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -1151,18 +1151,6 @@ ProfileItem gid_Brand_Profileitem_Fundamental_Ure_Bin_Dir #endif End -ProfileItem gid_Brand_Profileitem_Fundamental_Ure_Lib_Dir - ModuleID = gid_Module_Root_Brand; - ProfileID = gid_Brand_Profile_Fundamental_Ini; - Section = "Bootstrap"; - Key = "URE_LIB_DIR"; -#if defined WNT - Value = "${.link:${BRAND_BASE_DIR}/ure-link}/bin"; -#else - Value = "${BRAND_BASE_DIR}/ure-link/lib"; -#endif -End - ProfileItem gid_Brand_Profileitem_Fundamental_Configuration_Layers ProfileID = gid_Brand_Profile_Fundamental_Ini; ModuleID = gid_Module_Root_Brand; |