mirror of
https://github.com/ppy/osu.git
synced 2026-05-13 19:54:15 +08:00
Remove unused bindables
This commit is contained in:
@@ -51,10 +51,6 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
|
||||
protected readonly Bindable<PlaylistItem?> SelectedItem = new Bindable<PlaylistItem?>();
|
||||
protected Container ButtonsContainer { get; private set; } = null!;
|
||||
|
||||
private readonly Bindable<MatchType> roomType = new Bindable<MatchType>();
|
||||
private readonly Bindable<RoomCategory> roomCategory = new Bindable<RoomCategory>();
|
||||
private readonly Bindable<bool> hasPassword = new Bindable<bool>();
|
||||
|
||||
private DrawableRoomParticipantsList? drawableRoomParticipantsList;
|
||||
private RoomSpecialCategoryPill? specialCategoryPill;
|
||||
private PasswordProtectedIcon? passwordIcon;
|
||||
|
||||
Reference in New Issue
Block a user