@joebigelow / wix-1 / commits / b21d9d17

Remove unused warning message

Rob Mensching committed Apr 6, 2021 at 15:57 UTC b21d9d170e21c7a22e484f8d3740bca8bcaba47e
1 file changed +1 -6
src/WixToolset.Data/WarningMessages.cs
+1 -6
@@ -577,11 +577,6 @@ namespace WixToolset.Data
577 return Message(null, Ids.TargetDirCorrectedDefaultDir, "The Directory with Id 'TARGETDIR' must have the value 'SourceDir' in its 'DefaultDir' column. This has been automatically corrected for you in the decompiled output.");
578 }
579
580 - public static Message DefiningWellKnownDirectoryDeprecated(SourceLineNumber sourceLineNumbers, string directoryId)
581 - {
582 - return Message(sourceLineNumbers, Ids.DefiningWellKnownDirectoryDeprecated, "It is no longer necessary to define Directory with Id '{0}'. One will be provided automatically. Remove the Directory element.", directoryId);
583 - }
584 -
580 public static Message TooManyProgIds(SourceLineNumber sourceLineNumbers, string clsId, string progId, string otherClsId)
581 {
582 return Message(sourceLineNumbers, Ids.TooManyProgIds, "Class '{0}' tried to use ProgId '{1}' which has already been associated with class '{2}'. This information will be left out of the decompiled output.", clsId, progId, otherClsId);
@@ -813,7 +808,7 @@ namespace WixToolset.Data
808 PathCanonicalized = 1152,
809 DetectConditionRecommended = 1153,
810 ExperimentalBundlePlatform = 1154,
816 - DefiningWellKnownDirectoryDeprecated = 1155,
811 +
812 CollidingModularizationTypes = 1156,
813 InvalidEnvironmentVariable = 1157,
814 }