Fix code quality issues

This commit is contained in:
TheWildTree
2020-03-26 16:11:58 +01:00
parent da996ffe74
commit 9a30ff5a00
4 changed files with 2 additions and 7 deletions

View File

@ -6,7 +6,6 @@ using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osu.Game.Graphics.UserInterface;
using osuTK.Graphics;
namespace osu.Game.Overlays
@ -14,7 +13,6 @@ namespace osu.Game.Overlays
public abstract class OverlayHeader : Container
{
private readonly Box titleBackground;
private readonly OverlayTitle title;
protected readonly FillFlowContainer HeaderInfo;
@ -60,7 +58,7 @@ namespace osu.Game.Overlays
},
Children = new[]
{
title = CreateTitle().With(title =>
CreateTitle().With(title =>
{
title.Anchor = Anchor.CentreLeft;
title.Origin = Anchor.CentreLeft;