1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 15:33:21 +08:00

Remove unused variable

This commit is contained in:
Dean Herbert 2019-01-08 12:50:42 +09:00
parent 4276805b5a
commit dd960e6a89

View File

@ -16,8 +16,6 @@ namespace osu.Game.Graphics.Containers
/// </summary>
public class ScalingContainer : Container
{
private readonly bool isTopLevel;
private Bindable<float> sizeX;
private Bindable<float> sizeY;
private Bindable<float> posX;