mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:37:28 +08:00
Remove unused bindables
This commit is contained in:
parent
c8ee941952
commit
9b3c1e4126
@ -3,7 +3,6 @@
|
||||
|
||||
using System.Linq;
|
||||
using osu.Framework.Allocation;
|
||||
using osu.Framework.Bindables;
|
||||
using osu.Framework.Graphics;
|
||||
using osu.Framework.Graphics.Containers;
|
||||
using osu.Game.Beatmaps.ControlPoints;
|
||||
@ -44,8 +43,6 @@ namespace osu.Game.Rulesets.Taiko.UI
|
||||
|
||||
private SkinnableDrawable mascotDrawable;
|
||||
|
||||
private Bindable<double> frameTime = new Bindable<double>(100);
|
||||
|
||||
public TaikoPlayfield(ControlPointInfo controlPoints)
|
||||
{
|
||||
this.controlPoints = controlPoints;
|
||||
|
Loading…
Reference in New Issue
Block a user