Skip to content

Commit

Permalink
remove recipemanager reference
Browse files Browse the repository at this point in the history
  • Loading branch information
caoxk committed Feb 17, 2014
1 parent 1ae7195 commit ec61cb3
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -32,7 +32,6 @@ public class AdminController : Controller {
private readonly IReportsCoordinator _reportsCoordinator;
private readonly IExtensionManager _extensionManager;
private readonly IFeatureManager _featureManager;
private readonly IRecipeManager _recipeManager;
private readonly ShellDescriptor _shellDescriptor;
private readonly ShellSettings _shellSettings;

Expand All @@ -44,7 +43,6 @@ public class AdminController : Controller {
IReportsCoordinator reportsCoordinator,
IExtensionManager extensionManager,
IFeatureManager featureManager,
IRecipeManager recipeManager,
ShellDescriptor shellDescriptor,
ShellSettings shellSettings,
IShapeFactory shapeFactory)
Expand All @@ -56,7 +54,6 @@ public class AdminController : Controller {
_reportsCoordinator = reportsCoordinator;
_extensionManager = extensionManager;
_featureManager = featureManager;
_recipeManager = recipeManager;
_shellDescriptor = shellDescriptor;
_shellSettings = shellSettings;
Shape = shapeFactory;
Expand Down

0 comments on commit ec61cb3

Please sign in to comment.