aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Link/ConnectToFeature.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/Link/ConnectToFeature.cs')
-rw-r--r--src/WixToolset.Core/Link/ConnectToFeature.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/WixToolset.Core/Link/ConnectToFeature.cs b/src/WixToolset.Core/Link/ConnectToFeature.cs
index dd95f2db..e9a739a1 100644
--- a/src/WixToolset.Core/Link/ConnectToFeature.cs
+++ b/src/WixToolset.Core/Link/ConnectToFeature.cs
@@ -15,16 +15,6 @@ namespace WixToolset.Core.Link
15 /// </summary> 15 /// </summary>
16 /// <param name="section">Section this connect belongs to.</param> 16 /// <param name="section">Section this connect belongs to.</param>
17 /// <param name="childId">Id of the child.</param> 17 /// <param name="childId">Id of the child.</param>
18 public ConnectToFeature(IntermediateSection section, string childId) :
19 this(section, childId, null, false)
20 {
21 }
22
23 /// <summary>
24 /// Creates a new connect to feature.
25 /// </summary>
26 /// <param name="section">Section this connect belongs to.</param>
27 /// <param name="childId">Id of the child.</param>
28 /// <param name="primaryFeature">Sets the primary feature for the connection.</param> 18 /// <param name="primaryFeature">Sets the primary feature for the connection.</param>
29 /// <param name="explicitPrimaryFeature">Sets if this is explicit primary.</param> 19 /// <param name="explicitPrimaryFeature">Sets if this is explicit primary.</param>
30 public ConnectToFeature(IntermediateSection section, string childId, string primaryFeature, bool explicitPrimaryFeature) 20 public ConnectToFeature(IntermediateSection section, string childId, string primaryFeature, bool explicitPrimaryFeature)