@joebigelow / wix-1 / commits / 1b04340b

Remove TryAddTupleToOutputMatchingTableDefinitions overload for columnZeroIsId since that is now in the table definition.

Sean Hall committed Apr 3, 2020 at 11:22 UTC 1b04340b4a4b4dd860aca171ceec9fa89c4475d1
1 file changed -2
src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs
-2
@@ -12,7 +12,5 @@ namespace WixToolset.Extensibility.Services
12 public interface IWindowsInstallerBackendHelper
13 {
14 bool TryAddTupleToOutputMatchingTableDefinitions(IntermediateTuple tuple, WindowsInstallerData output, IEnumerable<TableDefinition> tableDefinitions);
15 -
16 - bool TryAddTupleToOutputMatchingTableDefinitions(IntermediateTuple tuple, WindowsInstallerData output, IEnumerable<TableDefinition> tableDefinitions, bool columnZeroIsId);
15 }
16 }