diff options
Diffstat (limited to 'src/api/burn/WixToolset.Mba.Core/IBootstrapperCommand.cs')
-rw-r--r-- | src/api/burn/WixToolset.Mba.Core/IBootstrapperCommand.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/api/burn/WixToolset.Mba.Core/IBootstrapperCommand.cs b/src/api/burn/WixToolset.Mba.Core/IBootstrapperCommand.cs index b7baa55c..f583e619 100644 --- a/src/api/burn/WixToolset.Mba.Core/IBootstrapperCommand.cs +++ b/src/api/burn/WixToolset.Mba.Core/IBootstrapperCommand.cs | |||
@@ -20,11 +20,6 @@ namespace WixToolset.Mba.Core | |||
20 | Display Display { get; } | 20 | Display Display { get; } |
21 | 21 | ||
22 | /// <summary> | 22 | /// <summary> |
23 | /// Gets the action to perform if a reboot is required. | ||
24 | /// </summary> | ||
25 | Restart Restart { get; } | ||
26 | |||
27 | /// <summary> | ||
28 | /// Gets the command line arguments. | 23 | /// Gets the command line arguments. |
29 | /// </summary> | 24 | /// </summary> |
30 | /// <returns> | 25 | /// <returns> |