Remove EditorMenuBarItem

This commit is contained in:
smoogipoo
2017-10-07 00:48:31 +09:00
parent 19c663da11
commit fc99860f4e
3 changed files with 4 additions and 19 deletions

View File

@ -1,15 +0,0 @@
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework.Graphics.UserInterface;
namespace osu.Game.Screens.Edit.Menus
{
public class EditorMenuBarItem : MenuItem
{
public EditorMenuBarItem(string text)
: base(text)
{
}
}
}