diff options
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 303bf24470dd..d5eecd354e0a 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -498,19 +498,6 @@ ProfileItem gid_Brand_Profileitem_Version_Buildid Value = "<buildid>"; End -#ifdef WNT - -ProfileItem gid_Brand_Profileitem_Version_Upgradecode - ProfileID = gid_Brand_Profile_Version_Ini; - ModuleID = gid_Module_Root_Brand; - Section = "Version"; - Order = 9; - Key = "UpgradeCode"; - Value = "<upgradecode>"; -End - -#endif - ProfileItem gid_Brand_Profileitem_Version_Alllanguages ProfileID = gid_Brand_Profile_Version_Ini; ModuleID = gid_Module_Root_Brand; @@ -818,17 +805,6 @@ ProfileItem gid_Brand_Profileitem_Setup_Findproduct End #endif -#ifdef WNT -ProfileItem gid_Brand_Profileitem_Setup_Upgradecode - ProfileID = gid_Brand_Profile_Setup_Ini; - ModuleID = gid_Module_Root_Brand; - Section = "Bootstrap"; - Order = 7; - Key = "UpgradeCode"; - Value = "<upgradecode>"; -End -#endif - ProfileItem gid_Brand_Profileitem_Setup_Buildid ProfileID = gid_Brand_Profile_Setup_Ini; ModuleID = gid_Module_Root_Brand; |