diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-04-03 11:22:50 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-04-03 13:47:56 +1000 |
commit | 1b04340b4a4b4dd860aca171ceec9fa89c4475d1 (patch) | |
tree | b508c8283343ce2057ebae65b2da39e07af17695 | |
parent | c66c3694ba182fbc0b86b0745563f9ee790d907f (diff) | |
download | wix-1b04340b4a4b4dd860aca171ceec9fa89c4475d1.tar.gz wix-1b04340b4a4b4dd860aca171ceec9fa89c4475d1.tar.bz2 wix-1b04340b4a4b4dd860aca171ceec9fa89c4475d1.zip |
Remove TryAddTupleToOutputMatchingTableDefinitions overload for columnZeroIsId since that is now in the table definition.
-rw-r--r-- | src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs | 2 |
1 files changed, 0 insertions, 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 | |||
12 | public interface IWindowsInstallerBackendHelper | 12 | public interface IWindowsInstallerBackendHelper |
13 | { | 13 | { |
14 | bool TryAddTupleToOutputMatchingTableDefinitions(IntermediateTuple tuple, WindowsInstallerData output, IEnumerable<TableDefinition> tableDefinitions); | 14 | bool TryAddTupleToOutputMatchingTableDefinitions(IntermediateTuple tuple, WindowsInstallerData output, IEnumerable<TableDefinition> tableDefinitions); |
15 | |||
16 | bool TryAddTupleToOutputMatchingTableDefinitions(IntermediateTuple tuple, WindowsInstallerData output, IEnumerable<TableDefinition> tableDefinitions, bool columnZeroIsId); | ||
17 | } | 15 | } |
18 | } | 16 | } |