Remove unused field

This commit is contained in:
Dean Herbert 2020-10-20 15:18:15 +09:00
parent 7a68636f71
commit 55d08fad5c
1 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,6 @@ public class EpilepsyWarning : VisibilityContainer
private readonly BindableDouble trackVolumeOnEpilepsyWarning = new BindableDouble(1f);
private Track track;
private FillFlowContainer warningContent;
public EpilepsyWarning()
{
@ -38,7 +37,7 @@ private void load(OsuColour colours, IBindable<WorkingBeatmap> beatmap)
{
Children = new Drawable[]
{
warningContent = new FillFlowContainer
new FillFlowContainer
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,