diff --git a/osu.Game/Rulesets/Scoring/ScoreStatistic.cs b/osu.Game/Rulesets/Scoring/ScoreStatistic.cs deleted file mode 100644 index 5d1011e829..0000000000 --- a/osu.Game/Rulesets/Scoring/ScoreStatistic.cs +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright (c) 2007-2017 ppy Pty Ltd . -// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE - -namespace osu.Game.Rulesets.Scoring -{ - public class ScoreStatistic - { - public readonly string Name; - public readonly object Value; - - public ScoreStatistic(string name, object value) - { - Name = name; - Value = value; - } - } -} diff --git a/osu.Game/osu.Game.csproj b/osu.Game/osu.Game.csproj index de6c889f95..752290769d 100644 --- a/osu.Game/osu.Game.csproj +++ b/osu.Game/osu.Game.csproj @@ -156,7 +156,6 @@ -