Add missing lincense header, remove unnecessary comment and field.

This commit is contained in:
Huo Yaoyuan
2016-09-26 13:56:05 +08:00
parent 3d23dda3b4
commit 756e7a6a67
4 changed files with 9 additions and 5 deletions

View File

@ -16,7 +16,6 @@ namespace osu.Game.Graphics.UserInterface
}
private List<KeyCounter> counters = new List<KeyCounter>();
//default capacity is 4, and osu! uses 4 keys usually, so it won't trouble
public IReadOnlyList<KeyCounter> Counters => counters;
public void AddKey(KeyCounter key)