1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 05:27:23 +08:00

Remove unused constant.

This commit is contained in:
Dean Herbert 2016-11-08 20:35:21 +09:00
parent 3ef26a6bf0
commit 28a94e2df1

View File

@ -29,7 +29,6 @@ namespace osu.Game.Overlays
private const float width = 400;
private const float sidebar_width = 60;
private const float sidebar_padding = 10;
private const float sidebar_total = sidebar_width + sidebar_padding;
private ScrollContainer scrollContainer;
private OptionsSidebar sidebar;