diff options
Diffstat (limited to 'src/WixToolset.Core/Inscriber.cs')
-rw-r--r-- | src/WixToolset.Core/Inscriber.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/WixToolset.Core/Inscriber.cs b/src/WixToolset.Core/Inscriber.cs index f01e0629..81781ad4 100644 --- a/src/WixToolset.Core/Inscriber.cs +++ b/src/WixToolset.Core/Inscriber.cs | |||
@@ -10,14 +10,6 @@ namespace WixToolset | |||
10 | /// </summary> | 10 | /// </summary> |
11 | public sealed class Inscriber : IMessageHandler | 11 | public sealed class Inscriber : IMessageHandler |
12 | { | 12 | { |
13 | // private TempFileCollection tempFiles; | ||
14 | private TableDefinitionCollection tableDefinitions; | ||
15 | |||
16 | public Inscriber() | ||
17 | { | ||
18 | this.tableDefinitions = new TableDefinitionCollection(WindowsInstallerStandard.GetTableDefinitions()); | ||
19 | } | ||
20 | |||
21 | /// <summary> | 13 | /// <summary> |
22 | /// Gets or sets the temp files collection. | 14 | /// Gets or sets the temp files collection. |
23 | /// </summary> | 15 | /// </summary> |