Remove outdated SearchableList classes

This commit is contained in:
Dean Herbert
2020-09-03 16:28:14 +09:00
parent 7bcbac6f45
commit 942276d88f
8 changed files with 10 additions and 219 deletions

View File

@ -22,7 +22,7 @@ namespace osu.Game.Overlays.Chat.Selection
{
public class ChannelSelectionOverlay : WaveOverlayContainer
{
public const float WIDTH_PADDING = 170;
public new const float WIDTH_PADDING = 170;
private const float transition_duration = 500;