mirror of
https://github.com/ppy/osu.git
synced 2025-02-06 04:53:06 +08: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>();
|
public readonly Bindable<FilterCriteria> Filter = new Bindable<FilterCriteria>();
|
||||||
|
|
||||||
[Resolved]
|
|
||||||
private Bindable<Room> selectedRoom { get; set; }
|
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load()
|
private void load()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user