Skip to content

Commit

Permalink
remove the duplicated DI.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy840119 committed Feb 7, 2022
1 parent 7122aa0 commit 61e1780
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ private void load()

Dependencies.Cache(dialogOverlay);
Dependencies.Cache(lyricCheckerManager);

Dependencies.Cache(new EditorClock());
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ public class TestSceneKaraokeSkinEditor : ScreenTestScene<KaraokeSkinEditor>
[BackgroundDependencyLoader]
private void load(SkinManager skinManager)
{
// todo: karaoke skin editor might not need editor clock eventually?
Dependencies.Cache(new EditorClock());

skinManager.CurrentSkinInfo.Value = DefaultKaraokeSkin.CreateInfo().ToLiveUnmanaged();

karaokeSkin = skinManager.CurrentSkin.Value as KaraokeSkin;
Expand Down

0 comments on commit 61e1780

Please sign in to comment.