From e85d51164531f9f6aaf6bf53f3254c2ccf20ad49 Mon Sep 17 00:00:00 2001 From: smoogipooo Date: Wed, 6 Sep 2017 17:48:01 +0900 Subject: [PATCH] No more partial judgements. --- .../Rulesets/Judgements/IPartialJudgement.cs | 19 ------------------- osu.Game/osu.Game.csproj | 1 - 2 files changed, 20 deletions(-) delete mode 100644 osu.Game/Rulesets/Judgements/IPartialJudgement.cs diff --git a/osu.Game/Rulesets/Judgements/IPartialJudgement.cs b/osu.Game/Rulesets/Judgements/IPartialJudgement.cs deleted file mode 100644 index 38080835e0..0000000000 --- a/osu.Game/Rulesets/Judgements/IPartialJudgement.cs +++ /dev/null @@ -1,19 +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.Judgements -{ - /// - /// Inidicates that the judgement this is attached to is a partial judgement and the scoring value may change. - /// - public interface IPartialJudgement - { - /// - /// Indicates that this partial judgement has changed and requires reprocessing. - /// - /// This is set to false once the judgement has been re-processed. - /// - /// - bool Changed { get; set; } - } -} diff --git a/osu.Game/osu.Game.csproj b/osu.Game/osu.Game.csproj index 325cfba986..3c522ca0e8 100644 --- a/osu.Game/osu.Game.csproj +++ b/osu.Game/osu.Game.csproj @@ -210,7 +210,6 @@ -