From dd1c4360b5f50271a5efd531e4dd3be24cd39b58 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Tue, 2 Mar 2021 00:54:30 -0800 Subject: Remove v3 based functions from IWindowsInstallerBackendDecompilerExtension New design is necessary to meet v4 needs. --- .../IWindowsInstallerBackendDecompilerExtension.cs | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'src') diff --git a/src/WixToolset.Extensibility/IWindowsInstallerBackendDecompilerExtension.cs b/src/WixToolset.Extensibility/IWindowsInstallerBackendDecompilerExtension.cs index f858610b..a56b63c3 100644 --- a/src/WixToolset.Extensibility/IWindowsInstallerBackendDecompilerExtension.cs +++ b/src/WixToolset.Extensibility/IWindowsInstallerBackendDecompilerExtension.cs @@ -16,24 +16,7 @@ namespace WixToolset.Extensibility /// void PreBackendDecompile(IDecompileContext context); - /// - /// Gets the table definitions this extension decompiles. - /// - /// Table definitions this extension decompiles. - TableDefinitionCollection TableDefinitions { get; } - - /// - /// Gets the library that this decompiler wants removed from the decomipiled output. - /// - /// The table definitions to use while loading the library. - /// The library for this extension or null if there is no library to be removed. - Library GetLibraryToRemove(TableDefinitionCollection tableDefinitions); - - /// - /// Decompiles an extension table. - /// - /// The table to decompile. - void DecompileTable(Table table); + // TODO: Redesign this interface to be useful. /// /// Called after all output changes occur and right before the output is bound into its final format. -- cgit v1.2.3-55-g6feb