diff options
Diffstat (limited to '')
-rw-r--r-- | src/WixToolset.Core/Compiler_EmbeddedUI.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/WixToolset.Core/Compiler_EmbeddedUI.cs b/src/WixToolset.Core/Compiler_EmbeddedUI.cs index 1827a200..847ee2a8 100644 --- a/src/WixToolset.Core/Compiler_EmbeddedUI.cs +++ b/src/WixToolset.Core/Compiler_EmbeddedUI.cs | |||
@@ -80,12 +80,6 @@ namespace WixToolset.Core | |||
80 | } | 80 | } |
81 | } | 81 | } |
82 | 82 | ||
83 | if (condition == null) | ||
84 | { | ||
85 | // Get the condition from the inner text of the element. | ||
86 | condition = this.Core.GetConditionInnerText(node); | ||
87 | } | ||
88 | |||
89 | if (null == id) | 83 | if (null == id) |
90 | { | 84 | { |
91 | id = this.Core.CreateIdentifier("mec", source, type.ToString()); | 85 | id = this.Core.CreateIdentifier("mec", source, type.ToString()); |