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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user