diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-04-06 15:57:20 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-04-06 15:59:03 -0700 |
| commit | b21d9d170e21c7a22e484f8d3740bca8bcaba47e (patch) | |
| tree | d0a4a7ce906ca76d14ffdafea3c52d9d71bfafbb /src | |
| parent | 80ef64aa4351d715c8de14984534b80ce22c5ebd (diff) | |
| download | wix-b21d9d170e21c7a22e484f8d3740bca8bcaba47e.tar.gz wix-b21d9d170e21c7a22e484f8d3740bca8bcaba47e.tar.bz2 wix-b21d9d170e21c7a22e484f8d3740bca8bcaba47e.zip | |
Remove unused warning message
Diffstat (limited to 'src')
| -rw-r--r-- | src/WixToolset.Data/WarningMessages.cs | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/WixToolset.Data/WarningMessages.cs b/src/WixToolset.Data/WarningMessages.cs index 835c5ef4..35f95af6 100644 --- a/src/WixToolset.Data/WarningMessages.cs +++ b/src/WixToolset.Data/WarningMessages.cs | |||
| @@ -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."); | 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 | } | 578 | } |
| 579 | 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 | |||
| 585 | public static Message TooManyProgIds(SourceLineNumber sourceLineNumbers, string clsId, string progId, string otherClsId) | 580 | public static Message TooManyProgIds(SourceLineNumber sourceLineNumbers, string clsId, string progId, string otherClsId) |
| 586 | { | 581 | { |
| 587 | 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); | 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 | |||
| 813 | PathCanonicalized = 1152, | 808 | PathCanonicalized = 1152, |
| 814 | DetectConditionRecommended = 1153, | 809 | DetectConditionRecommended = 1153, |
| 815 | ExperimentalBundlePlatform = 1154, | 810 | ExperimentalBundlePlatform = 1154, |
| 816 | DefiningWellKnownDirectoryDeprecated = 1155, | 811 | |
| 817 | CollidingModularizationTypes = 1156, | 812 | CollidingModularizationTypes = 1156, |
| 818 | InvalidEnvironmentVariable = 1157, | 813 | InvalidEnvironmentVariable = 1157, |
| 819 | } | 814 | } |
