From 20c0dee17df2bb5bfd74bfa60a7226e7013b53db Mon Sep 17 00:00:00 2001 From: smoogipoo Date: Mon, 12 Feb 2018 18:22:52 +0900 Subject: [PATCH] Remove SelectionInfo --- .../Edit/Layers/Selection/SelectionInfo.cs | 22 ------------------- osu.Game/osu.Game.csproj | 1 - 2 files changed, 23 deletions(-) delete mode 100644 osu.Game/Rulesets/Edit/Layers/Selection/SelectionInfo.cs diff --git a/osu.Game/Rulesets/Edit/Layers/Selection/SelectionInfo.cs b/osu.Game/Rulesets/Edit/Layers/Selection/SelectionInfo.cs deleted file mode 100644 index beedb415c2..0000000000 --- a/osu.Game/Rulesets/Edit/Layers/Selection/SelectionInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (c) 2007-2018 ppy Pty Ltd . -// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE - -using System.Collections.Generic; -using osu.Framework.Graphics.Primitives; -using osu.Game.Rulesets.Objects.Drawables; - -namespace osu.Game.Rulesets.Edit.Layers.Selection -{ - public class SelectionInfo - { - /// - /// The objects that are captured by the selection. - /// - public IEnumerable Objects; - - /// - /// The screen space quad of the selection box surrounding . - /// - public Quad SelectionQuad; - } -} diff --git a/osu.Game/osu.Game.csproj b/osu.Game/osu.Game.csproj index ce0813f393..7e884fdc24 100644 --- a/osu.Game/osu.Game.csproj +++ b/osu.Game/osu.Game.csproj @@ -357,7 +357,6 @@ -