mirror of
https://github.com/ppy/osu
synced 2025-01-25 07:13:22 +00:00
Remove unnecessary resolve into ListingPollingComponent
This commit is contained in:
parent
00be7f4cca
commit
4d1897c6b4
@ -20,9 +20,6 @@ namespace osu.Game.Screens.OnlinePlay.Components
|
||||
|
||||
public readonly Bindable<FilterCriteria> Filter = new Bindable<FilterCriteria>();
|
||||
|
||||
[Resolved]
|
||||
private Bindable<Room> selectedRoom { get; set; }
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user