From 7d302ba01db5b2a9e255cfade17b1c3d687fdee2 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Fri, 19 Oct 2018 02:57:04 -0700 Subject: Minor code cleanup/reorganization --- src/WixToolset.Core/Decompiler.cs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/WixToolset.Core/Decompiler.cs') diff --git a/src/WixToolset.Core/Decompiler.cs b/src/WixToolset.Core/Decompiler.cs index 5f14dfca..45cfbea0 100644 --- a/src/WixToolset.Core/Decompiler.cs +++ b/src/WixToolset.Core/Decompiler.cs @@ -3,7 +3,6 @@ namespace WixToolset.Core { using System; - using WixToolset.Data; using WixToolset.Extensibility; using WixToolset.Extensibility.Data; using WixToolset.Extensibility.Services; @@ -18,12 +17,6 @@ namespace WixToolset.Core this.ServiceProvider = serviceProvider; } - public OutputType DecompileType { get; set; } - - public string IntermediateFolder { get; set; } - - public string OutputPath { get; set; } - public IServiceProvider ServiceProvider { get; } public BindResult Decompile(IDecompileContext context) -- cgit v1.2.3-55-g6feb