From 00054f15737fe4ce0b68acaa9be202e728af2bc1 Mon Sep 17 00:00:00 2001 From: smoogipooo Date: Thu, 23 Mar 2017 12:56:32 +0900 Subject: [PATCH] Comment out unused container for now. --- osu.Game.Modes.Taiko/UI/TaikoPlayfield.cs | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/osu.Game.Modes.Taiko/UI/TaikoPlayfield.cs b/osu.Game.Modes.Taiko/UI/TaikoPlayfield.cs index d93f45cc3b..38100df38d 100644 --- a/osu.Game.Modes.Taiko/UI/TaikoPlayfield.cs +++ b/osu.Game.Modes.Taiko/UI/TaikoPlayfield.cs @@ -51,8 +51,7 @@ namespace osu.Game.Modes.Taiko.UI private Container judgementContainer; private Container hitObjectContainer; - // ReSharper disable once NotAccessedField.Local - private Container topLevelHitContainer; + //private Container topLevelHitContainer; private Container leftBackgroundContainer; private Container rightBackgroundContainer; private Box leftBackground; @@ -156,10 +155,10 @@ namespace osu.Game.Modes.Taiko.UI }, } }, - topLevelHitContainer = new Container - { - RelativeSizeAxes = Axes.Both, - } + //topLevelHitContainer = new Container + //{ + // RelativeSizeAxes = Axes.Both, + //} }); }