diff options
author | Rob Mensching <rob@firegiant.com> | 2020-06-23 00:56:36 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2020-06-23 02:10:31 -0700 |
commit | ed0fb39537c0cfb13922537a26f9d895180d42d8 (patch) | |
tree | 7bc1015a1a548c6b1d38b7f9608afe34ffbf6ea0 /src/WixToolset.Core/Compiler_Bundle.cs | |
parent | 9319732abb1eee646b3540b8511b328833a1acfb (diff) | |
download | wix-ed0fb39537c0cfb13922537a26f9d895180d42d8.tar.gz wix-ed0fb39537c0cfb13922537a26f9d895180d42d8.tar.bz2 wix-ed0fb39537c0cfb13922537a26f9d895180d42d8.zip |
Remove obsolete inner text handling
Diffstat (limited to 'src/WixToolset.Core/Compiler_Bundle.cs')
-rw-r--r-- | src/WixToolset.Core/Compiler_Bundle.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/WixToolset.Core/Compiler_Bundle.cs b/src/WixToolset.Core/Compiler_Bundle.cs index 2b274474..d88cb7f5 100644 --- a/src/WixToolset.Core/Compiler_Bundle.cs +++ b/src/WixToolset.Core/Compiler_Bundle.cs | |||
@@ -1056,11 +1056,6 @@ namespace WixToolset.Core | |||
1056 | this.Core.Write(ErrorMessages.ExpectedAttribute(childSourceLineNumbers, child.Name.LocalName, "Id")); | 1056 | this.Core.Write(ErrorMessages.ExpectedAttribute(childSourceLineNumbers, child.Name.LocalName, "Id")); |
1057 | } | 1057 | } |
1058 | 1058 | ||
1059 | if (String.IsNullOrEmpty(value)) | ||
1060 | { | ||
1061 | value = Common.GetInnerText(child); | ||
1062 | } | ||
1063 | |||
1064 | if (!this.Core.EncounteredError) | 1059 | if (!this.Core.EncounteredError) |
1065 | { | 1060 | { |
1066 | this.Core.AddTuple(new WixBundleCustomDataCellTuple(childSourceLineNumbers, new Identifier(AccessModifier.Private, customDataId, elementId, attributeName)) | 1061 | this.Core.AddTuple(new WixBundleCustomDataCellTuple(childSourceLineNumbers, new Identifier(AccessModifier.Private, customDataId, elementId, attributeName)) |