diff options
| author | Rob Mensching <rob@firegiant.com> | 2018-07-27 11:29:59 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2018-07-27 11:29:59 -0700 |
| commit | 448064034d09629d3b552d2406c8cb5e3a27097d (patch) | |
| tree | 3783f0693b33d6a7a939b558b516399d75c77c2c /src | |
| parent | f2ead15c8bbaf6ce777d7026cd8422df3628dd19 (diff) | |
| download | wix-448064034d09629d3b552d2406c8cb5e3a27097d.tar.gz wix-448064034d09629d3b552d2406c8cb5e3a27097d.tar.bz2 wix-448064034d09629d3b552d2406c8cb5e3a27097d.zip | |
Remove unused code
Diffstat (limited to 'src')
| -rw-r--r-- | src/WixToolset.Data/Localization.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/WixToolset.Data/Localization.cs b/src/WixToolset.Data/Localization.cs index 673e0155..ccc531f3 100644 --- a/src/WixToolset.Data/Localization.cs +++ b/src/WixToolset.Data/Localization.cs | |||
| @@ -12,8 +12,6 @@ namespace WixToolset.Data | |||
| 12 | /// </summary> | 12 | /// </summary> |
| 13 | public sealed class Localization | 13 | public sealed class Localization |
| 14 | { | 14 | { |
| 15 | private static string XmlElementName = "localization"; | ||
| 16 | |||
| 17 | private Dictionary<string, BindVariable> variables = new Dictionary<string, BindVariable>(); | 15 | private Dictionary<string, BindVariable> variables = new Dictionary<string, BindVariable>(); |
| 18 | private Dictionary<string, LocalizedControl> localizedControls = new Dictionary<string, LocalizedControl>(); | 16 | private Dictionary<string, LocalizedControl> localizedControls = new Dictionary<string, LocalizedControl>(); |
| 19 | 17 | ||
