From a47507fff3e7f433f7dbc06d9cf10c492b9663ff Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Tue, 29 Nov 2016 16:54:54 +0900 Subject: [PATCH] Remove redundant property assignments. --- osu.Game/Graphics/UserInterface/BackButton.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/osu.Game/Graphics/UserInterface/BackButton.cs b/osu.Game/Graphics/UserInterface/BackButton.cs index 0f904eec77..7b3d011a7c 100644 --- a/osu.Game/Graphics/UserInterface/BackButton.cs +++ b/osu.Game/Graphics/UserInterface/BackButton.cs @@ -32,7 +32,6 @@ namespace osu.Game.Graphics.UserInterface public BackButton() { - RelativeSizeAxes = Axes.None; Width = width_retracted; Height = 50; // same as bottomToolHeight in PlaySongSelect @@ -40,8 +39,6 @@ namespace osu.Game.Graphics.UserInterface { leftContainer = new Container { - Origin = Anchor.TopLeft, - Anchor = Anchor.TopLeft, RelativeSizeAxes = Axes.Y, Width = initial_extend_length, Children = new Drawable[]