aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-04-03 11:22:50 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-04-03 13:47:56 +1000
commit1b04340b4a4b4dd860aca171ceec9fa89c4475d1 (patch)
treeb508c8283343ce2057ebae65b2da39e07af17695 /src
parentc66c3694ba182fbc0b86b0745563f9ee790d907f (diff)
downloadwix-1b04340b4a4b4dd860aca171ceec9fa89c4475d1.tar.gz
wix-1b04340b4a4b4dd860aca171ceec9fa89c4475d1.tar.bz2
wix-1b04340b4a4b4dd860aca171ceec9fa89c4475d1.zip
Remove TryAddTupleToOutputMatchingTableDefinitions overload for columnZeroIsId since that is now in the table definition.
Diffstat (limited to 'src')
-rw-r--r--src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs2
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}