Skip to content

Commit

Permalink
Mac: Removed test method from NavigationManager.
Browse files Browse the repository at this point in the history
Related to issue #356.

git-svn-id: http://hamster-svn/svn/repos/base@685 765c1f7c-9fb8-954f-9ff8-dd0915cb3117
  • Loading branch information
animal committed Jan 21, 2013
1 parent 45ef6a5 commit c749f9d
Showing 1 changed file with 0 additions and 6 deletions.
Expand Up @@ -33,12 +33,6 @@ namespace MPfm.Mac
/// </summary>
public class MacNavigationManager : NavigationManager
{
public override ISplashView CreateSplashWindowInstance(Action<IBaseView> onViewReady)
{
ISplashView splashView = Bootstrapper.GetContainer().Resolve<ISplashView>(new NamedParameterOverloads() { { "onViewReady", onViewReady } });
return splashView;
}

public override void Start()
{
using (var pool = new NSAutoreleasePool())
Expand Down

0 comments on commit c749f9d

Please sign in to comment.