1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00

Remove redundant logic

This commit is contained in:
Dean Herbert 2019-12-25 14:55:22 +09:00
parent 04cbdd9c6c
commit 783159f7a0

View File

@ -8,9 +8,5 @@ namespace osu.Game.Skinning
/// </summary>
public class DefaultSkinConfiguration : SkinConfiguration
{
public DefaultSkinConfiguration()
{
ComboColours = DefaultComboColours;
}
}
}