summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices/ServicesWindsorInstaller.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2012-10-13 17:52:14 +0000
committersr55 <[email protected]>2012-10-13 17:52:14 +0000
commit2a18d05b52ea084b4bb968f3622872a8a08d83fa (patch)
treef63657f90345ba60d1ce74eec44f9dd3358c9213 /win/CS/HandBrake.ApplicationServices/ServicesWindsorInstaller.cs
parentef8ce8c1327f5e01dfe0853501eb80ced39beb1c (diff)
WinGui: API Tidyup Part 3 of many.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5015 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/ServicesWindsorInstaller.cs')
-rw-r--r--win/CS/HandBrake.ApplicationServices/ServicesWindsorInstaller.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/ServicesWindsorInstaller.cs b/win/CS/HandBrake.ApplicationServices/ServicesWindsorInstaller.cs
index d2e0f0bb7..b787aa18b 100644
--- a/win/CS/HandBrake.ApplicationServices/ServicesWindsorInstaller.cs
+++ b/win/CS/HandBrake.ApplicationServices/ServicesWindsorInstaller.cs
@@ -30,11 +30,8 @@ namespace HandBrake.ApplicationServices
public void Install(IWindsorContainer container, IConfigurationStore store)
{
container.Register(Component.For<IPresetService>().ImplementedBy<PresetService>());
- container.Register(Component.For<IQueueManager>().ImplementedBy<QueueManager>());
container.Register(Component.For<IQueueProcessor>().ImplementedBy<QueueProcessor>());
container.Register(Component.For<IUserSettingService>().ImplementedBy<UserSettingService>());
- // container.Register(Component.For<IScan>().ImplementedBy<ScanService>());
- // container.Register(Component.For<IEncode>().ImplementedBy<Encode>());
}
#endregion