diff options
author | Bob Arnson <bob@firegiant.com> | 2020-03-13 20:25:57 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2020-03-13 20:28:07 -0400 |
commit | 39e96ada32508196eb070297662e96342e675237 (patch) | |
tree | 47f324349fffd568376da3bc43b38fe4a1ab194c /src | |
parent | 08db827a9d320f24bedfb61cb6d6e1f2e6eb80f7 (diff) | |
download | wix-39e96ada32508196eb070297662e96342e675237.tar.gz wix-39e96ada32508196eb070297662e96342e675237.tar.bz2 wix-39e96ada32508196eb070297662e96342e675237.zip |
Clean up unused IVariableResolver functionality.
Diffstat (limited to '')
-rw-r--r-- | src/WixToolset.Extensibility/Services/IVariableResolver.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/WixToolset.Extensibility/Services/IVariableResolver.cs b/src/WixToolset.Extensibility/Services/IVariableResolver.cs index d597d812..5d647fda 100644 --- a/src/WixToolset.Extensibility/Services/IVariableResolver.cs +++ b/src/WixToolset.Extensibility/Services/IVariableResolver.cs | |||
@@ -21,9 +21,8 @@ namespace WixToolset.Extensibility.Services | |||
21 | /// </summary> | 21 | /// </summary> |
22 | /// <param name="sourceLineNumbers">The source line information for the value.</param> | 22 | /// <param name="sourceLineNumbers">The source line information for the value.</param> |
23 | /// <param name="value">The value to resolve.</param> | 23 | /// <param name="value">The value to resolve.</param> |
24 | /// <param name="localizationOnly">true to only resolve localization variables; false otherwise.</param> | ||
25 | /// <returns>The resolved result.</returns> | 24 | /// <returns>The resolved result.</returns> |
26 | IVariableResolution ResolveVariables(SourceLineNumber sourceLineNumbers, string value, bool localizationOnly); | 25 | IVariableResolution ResolveVariables(SourceLineNumber sourceLineNumbers, string value); |
27 | 26 | ||
28 | /// <summary> | 27 | /// <summary> |
29 | /// Try to find localization information for dialog and (optional) control. | 28 | /// Try to find localization information for dialog and (optional) control. |