From 2a422ca5fa9ec0c5015cfa3afc0cb6106fb34c39 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Thu, 20 Apr 2017 11:26:02 +0900 Subject: [PATCH] Remove ScoreStatistic. --- osu.Game/Rulesets/Scoring/ScoreStatistic.cs | 17 ----------------- osu.Game/osu.Game.csproj | 1 - 2 files changed, 18 deletions(-) delete mode 100644 osu.Game/Rulesets/Scoring/ScoreStatistic.cs 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 @@ -