summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Startup
diff options
context:
space:
mode:
authorScott <[email protected]>2015-09-18 21:51:45 +0100
committerScott <[email protected]>2015-09-18 21:51:45 +0100
commit5b446548672626c960b8c72db72d8e6f82b7e955 (patch)
treeb9b68a36081d272df15de4f6584d024ff800cb5c /win/CS/HandBrakeWPF/Startup
parent7e266c63e5241289d6fb9645ea932a35de07bb18 (diff)
WinGui: Strip out some old unused code.
Diffstat (limited to 'win/CS/HandBrakeWPF/Startup')
-rw-r--r--win/CS/HandBrakeWPF/Startup/AppBootstrapper.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Startup/AppBootstrapper.cs b/win/CS/HandBrakeWPF/Startup/AppBootstrapper.cs
index 53225c235..c2ca7b3ad 100644
--- a/win/CS/HandBrakeWPF/Startup/AppBootstrapper.cs
+++ b/win/CS/HandBrakeWPF/Startup/AppBootstrapper.cs
@@ -60,7 +60,6 @@ namespace HandBrakeWPF.Startup
this.container.Singleton<IUpdateService, UpdateService>();
this.container.Singleton<IScan, LibScan>();
this.container.Singleton<IEncode, LibEncode>();
- this.container.Singleton<INotificationService, NotificationService>();
this.container.Singleton<IPrePostActionService, PrePostActionService>();
this.container.Singleton<IUserSettingService, UserSettingService>();
this.container.Singleton<IPresetService, PresetService>();