Revert useless changes varying from properties, naming changes etc.

This commit is contained in:
Craftplacer
2020-01-18 15:40:55 +01:00
parent bc6f71fe97
commit 8ddd36596e
5 changed files with 11 additions and 24 deletions

View File

@ -26,7 +26,6 @@ namespace osu.Game.Overlays.Chat
public readonly Channel Channel;
protected FillFlowContainer ChatLineFlow;
private OsuScrollContainer scroll;
public ColourInfo HighlightColour { get; set; }
[Resolved]
private OsuColour colours { get; set; }
@ -40,8 +39,6 @@ namespace osu.Game.Overlays.Chat
[BackgroundDependencyLoader]
private void load(OsuColour colours)
{
HighlightColour = colours.Blue;
Child = new OsuContextMenuContainer
{
RelativeSizeAxes = Axes.Both,