mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 00:52:59 +08:00
Remove unused field
This commit is contained in:
parent
7a68636f71
commit
55d08fad5c
@ -23,7 +23,6 @@ namespace osu.Game.Screens.Play
|
|||||||
private readonly BindableDouble trackVolumeOnEpilepsyWarning = new BindableDouble(1f);
|
private readonly BindableDouble trackVolumeOnEpilepsyWarning = new BindableDouble(1f);
|
||||||
|
|
||||||
private Track track;
|
private Track track;
|
||||||
private FillFlowContainer warningContent;
|
|
||||||
|
|
||||||
public EpilepsyWarning()
|
public EpilepsyWarning()
|
||||||
{
|
{
|
||||||
@ -38,7 +37,7 @@ namespace osu.Game.Screens.Play
|
|||||||
{
|
{
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
warningContent = new FillFlowContainer
|
new FillFlowContainer
|
||||||
{
|
{
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
|
Loading…
Reference in New Issue
Block a user