Remove unused age display code

This commit is contained in:
HoutarouOreki
2018-07-09 10:12:10 +02:00
parent 1444715641
commit 930667d0f9

View File

@ -360,11 +360,6 @@ namespace osu.Game.Overlays.Profile
Text = text
};
if (user.Age != null)
{
infoTextLeft.AddText($"{user.Age} years old ", boldItalic);
}
if (user.Country != null)
{
infoTextLeft.AddText("From ", lightText);