From af854e4c8341cc90fb41c8b5122d4308574e8a9a Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Mon, 9 Nov 2020 15:48:37 -0500 Subject: Obsolete long-deprecated elements and attributes. --- src/WixToolset.Core/Compiler.cs | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/WixToolset.Core/Compiler.cs') diff --git a/src/WixToolset.Core/Compiler.cs b/src/WixToolset.Core/Compiler.cs index 8d110ac3..addb9750 100644 --- a/src/WixToolset.Core/Compiler.cs +++ b/src/WixToolset.Core/Compiler.cs @@ -694,16 +694,6 @@ namespace WixToolset.Core id = this.Core.GetAttributeIdentifier(sourceLineNumbers, attrib); break; case "SourceFile": - case "src": - if (null != sourceFile) - { - this.Core.Write(ErrorMessages.IllegalAttributeWithOtherAttribute(sourceLineNumbers, node.Name.LocalName, "SourceFile", "src")); - } - - if ("src" == attrib.Name.LocalName) - { - this.Core.Write(WarningMessages.DeprecatedAttribute(sourceLineNumbers, node.Name.LocalName, attrib.Name.LocalName, "SourceFile")); - } sourceFile = this.Core.GetAttributeValue(sourceLineNumbers, attrib); break; case "SuppressModularization": @@ -6252,9 +6242,6 @@ namespace WixToolset.Core case "Icon": this.ParseIconElement(child); break; - case "IgnoreModularization": - this.ParseIgnoreModularizationElement(child); - break; case "Media": this.ParseMediaElement(child, null); break; -- cgit v1.2.3-55-g6feb