mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 17:37:23 +09:00
Remove unused variable
This commit is contained in:
parent
4276805b5a
commit
dd960e6a89
@ -16,8 +16,6 @@ namespace osu.Game.Graphics.Containers
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public class ScalingContainer : Container
|
public class ScalingContainer : Container
|
||||||
{
|
{
|
||||||
private readonly bool isTopLevel;
|
|
||||||
|
|
||||||
private Bindable<float> sizeX;
|
private Bindable<float> sizeX;
|
||||||
private Bindable<float> sizeY;
|
private Bindable<float> sizeY;
|
||||||
private Bindable<float> posX;
|
private Bindable<float> posX;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user