From 25b0bccfd5570ccb343888a6874e1fa6324933bb Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Thu, 4 Nov 2021 17:39:32 +0900 Subject: [PATCH] Remove unused team class --- osu.Game/Users/Team.cs | 10 ---------- osu.Game/Users/User.cs | 2 -- 2 files changed, 12 deletions(-) delete mode 100644 osu.Game/Users/Team.cs diff --git a/osu.Game/Users/Team.cs b/osu.Game/Users/Team.cs deleted file mode 100644 index b56a083fdf..0000000000 --- a/osu.Game/Users/Team.cs +++ /dev/null @@ -1,10 +0,0 @@ -// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence. -// See the LICENCE file in the repository root for full licence text. - -namespace osu.Game.Users -{ - public class Team - { - public string Name; - } -} diff --git a/osu.Game/Users/User.cs b/osu.Game/Users/User.cs index 20c23153f0..4ee7d20734 100644 --- a/osu.Game/Users/User.cs +++ b/osu.Game/Users/User.cs @@ -33,8 +33,6 @@ namespace osu.Game.Users public readonly Bindable Activity = new Bindable(); - //public Team Team; - [JsonProperty(@"profile_colour")] public string Colour;