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

Remove unused lookup component

This commit is contained in:
Dean Herbert
2026-04-06 03:27:13 +09:00
Unverified
parent 9a56aed1e9
commit dfeb9d8321
@@ -13,7 +13,6 @@ using osu.Framework.Graphics.Effects;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Utils;
using osu.Game.Database;
using osu.Game.Graphics;
using osu.Game.Graphics.Backgrounds;
using osu.Game.Graphics.Sprites;
@@ -36,9 +35,6 @@ namespace osu.Game.Screens.OnlinePlay.Matchmaking.RankedPlay.Components
Value = 1_000_000,
};
[Resolved]
private UserLookupCache users { get; set; } = null!;
private readonly APIUser user;
private readonly Anchor contentAnchor;
private readonly RankedPlayColourScheme colourScheme;