Remove useless things

This commit is contained in:
AlFasGD
2018-05-21 23:24:10 +03:00
parent d504a44dfb
commit 61a18b952f
4 changed files with 5 additions and 15 deletions

View File

@ -1,12 +0,0 @@
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Game.Rulesets.Objects.Types;
namespace osu.Game.Rulesets.Edit.Types
{
public interface IHasEditableLayer : IHasLayer
{
void OffsetLayer(int offset);
}
}