1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-04 01:14:01 +08:00

Remove unnecessary DI caching of SentryLogger

This commit is contained in:
Dean Herbert
2022-05-10 14:21:49 +09:00
Unverified
parent 64cc6ebddb
commit a5b454edc7
2 changed files with 0 additions and 4 deletions
@@ -23,7 +23,6 @@ using osu.Game.Rulesets.Mods;
using osu.Game.Scoring;
using osu.Game.Screens.Menu;
using osu.Game.Skinning;
using osu.Game.Utils;
namespace osu.Game.Tests.Visual.Navigation
{
@@ -33,7 +32,6 @@ namespace osu.Game.Tests.Visual.Navigation
private IReadOnlyList<Type> requiredGameDependencies => new[]
{
typeof(OsuGame),
typeof(SentryLogger),
typeof(OsuLogo),
typeof(IdleTracker),
typeof(OnScreenDisplay),
-2
View File
@@ -258,8 +258,6 @@ namespace osu.Game
{
dependencies.CacheAs(this);
dependencies.Cache(SentryLogger);
dependencies.Cache(osuLogo = new OsuLogo { Alpha = 0 });
// bind config int to database RulesetInfo