From 1b04340b4a4b4dd860aca171ceec9fa89c4475d1 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 3 Apr 2020 11:22:50 +1000 Subject: Remove TryAddTupleToOutputMatchingTableDefinitions overload for columnZeroIsId since that is now in the table definition. --- src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs b/src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs index 4552c7cb..ea1707c0 100644 --- a/src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs +++ b/src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs @@ -12,7 +12,5 @@ namespace WixToolset.Extensibility.Services public interface IWindowsInstallerBackendHelper { bool TryAddTupleToOutputMatchingTableDefinitions(IntermediateTuple tuple, WindowsInstallerData output, IEnumerable tableDefinitions); - - bool TryAddTupleToOutputMatchingTableDefinitions(IntermediateTuple tuple, WindowsInstallerData output, IEnumerable tableDefinitions, bool columnZeroIsId); } } -- cgit v1.2.3-55-g6feb