From 3c479032f1ed59faa17efb2c745465a1e8fbedef Mon Sep 17 00:00:00 2001 From: Dan Balasescu Date: Thu, 27 Mar 2025 20:44:56 +0900 Subject: [PATCH] Remove unused bindables --- osu.Game/Screens/OnlinePlay/Lounge/Components/RoomPanel.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/osu.Game/Screens/OnlinePlay/Lounge/Components/RoomPanel.cs b/osu.Game/Screens/OnlinePlay/Lounge/Components/RoomPanel.cs index b9fe45d227..fc8fb4c544 100644 --- a/osu.Game/Screens/OnlinePlay/Lounge/Components/RoomPanel.cs +++ b/osu.Game/Screens/OnlinePlay/Lounge/Components/RoomPanel.cs @@ -51,10 +51,6 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components protected readonly Bindable SelectedItem = new Bindable(); protected Container ButtonsContainer { get; private set; } = null!; - private readonly Bindable roomType = new Bindable(); - private readonly Bindable roomCategory = new Bindable(); - private readonly Bindable hasPassword = new Bindable(); - private DrawableRoomParticipantsList? drawableRoomParticipantsList; private RoomSpecialCategoryPill? specialCategoryPill; private PasswordProtectedIcon? passwordIcon;