From 254e2f8a9b8f9e449224526c5f8722d6d7d965fe Mon Sep 17 00:00:00 2001 From: Antony Male Date: Sun, 30 Nov 2014 13:53:31 +0000 Subject: [PATCH] Remove unnecessary Bootstrapper constructor --- Stylet/Bootstrapper.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Stylet/Bootstrapper.cs b/Stylet/Bootstrapper.cs index b7b08ee..ca74721 100644 --- a/Stylet/Bootstrapper.cs +++ b/Stylet/Bootstrapper.cs @@ -10,11 +10,6 @@ namespace Stylet /// Type of the root ViewModel. This will be instantiated and displayed public class Bootstrapper : BootstrapperBase where TRootViewModel : class { - /// - /// Create a new Bootstrapper - /// - public Bootstrapper() : base() { } - /// /// IoC container. This is created after ConfigureIoC has been run. ///