mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 23:32:15 +08:00
Remove duplicated declarations
This commit is contained in:
@@ -133,9 +133,6 @@ namespace osu.Game.Tests.Visual.Settings
|
||||
{
|
||||
public Bindable<Vector2> AreaOffset { get; } = new Bindable<Vector2>();
|
||||
public Bindable<Vector2> AreaSize { get; } = new Bindable<Vector2>();
|
||||
public Bindable<Vector2> OutputAreaOffset { get; } = new Bindable<Vector2>();
|
||||
public Bindable<Vector2> OutputAreaSize { get; } = new Bindable<Vector2>();
|
||||
|
||||
public Bindable<Vector2> OutputAreaSize { get; } = new Bindable<Vector2>();
|
||||
public Bindable<Vector2> OutputAreaOffset { get; } = new Bindable<Vector2>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user