From 1017cf54d99de2c30e84f3c1bdd9487dd315e827 Mon Sep 17 00:00:00 2001 From: smoogipooo Date: Wed, 7 Jun 2017 19:17:45 +0900 Subject: [PATCH] CI fixes. --- osu.Desktop.VisualTests/Tests/TestCaseManiaHitObjects.cs | 1 - osu.Game.Rulesets.Mania/Objects/Drawables/DrawableHoldNote.cs | 1 - osu.Game/Rulesets/Timing/Drawables/DrawableTimingChange.cs | 3 +-- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/osu.Desktop.VisualTests/Tests/TestCaseManiaHitObjects.cs b/osu.Desktop.VisualTests/Tests/TestCaseManiaHitObjects.cs index 010d8e7b48..c66b0b4db4 100644 --- a/osu.Desktop.VisualTests/Tests/TestCaseManiaHitObjects.cs +++ b/osu.Desktop.VisualTests/Tests/TestCaseManiaHitObjects.cs @@ -8,7 +8,6 @@ using osu.Game.Rulesets.Mania.Objects; using osu.Game.Rulesets.Mania.Objects.Drawables; using OpenTK.Graphics; using OpenTK; -using osu.Framework.Graphics.Primitives; namespace osu.Desktop.VisualTests.Tests { diff --git a/osu.Game.Rulesets.Mania/Objects/Drawables/DrawableHoldNote.cs b/osu.Game.Rulesets.Mania/Objects/Drawables/DrawableHoldNote.cs index 16010536ad..e52fb1362f 100644 --- a/osu.Game.Rulesets.Mania/Objects/Drawables/DrawableHoldNote.cs +++ b/osu.Game.Rulesets.Mania/Objects/Drawables/DrawableHoldNote.cs @@ -12,7 +12,6 @@ using OpenTK; using osu.Framework.Graphics.Containers; using osu.Game.Rulesets.Mania.Judgements; using osu.Framework.Extensions.IEnumerableExtensions; -using osu.Framework.Graphics.Primitives; namespace osu.Game.Rulesets.Mania.Objects.Drawables { diff --git a/osu.Game/Rulesets/Timing/Drawables/DrawableTimingChange.cs b/osu.Game/Rulesets/Timing/Drawables/DrawableTimingChange.cs index 9aaf7d6ba4..399624b0f7 100644 --- a/osu.Game/Rulesets/Timing/Drawables/DrawableTimingChange.cs +++ b/osu.Game/Rulesets/Timing/Drawables/DrawableTimingChange.cs @@ -10,7 +10,6 @@ using osu.Game.Rulesets.Objects; using osu.Game.Rulesets.Objects.Drawables; using OpenTK; using osu.Framework.Caching; -using osu.Framework.Graphics.Primitives; namespace osu.Game.Rulesets.Timing.Drawables { @@ -87,7 +86,7 @@ namespace osu.Game.Rulesets.Timing.Drawables /// /// The axes which this container should calculate its size from its children on. /// Note that this is not the same as , because that would not allow this container - /// to be relatively sized - desired in the case where the playfield re-defines . + /// to be relatively sized - desired in the case where the playfield re-defines . /// /// public RelativeCoordinateAutoSizingContainer(Axes autoSizingAxes)