Cleanup some possible CI errors

Not sure why these aren't being detected on master right now - they should be...
This commit is contained in:
smoogipoo
2018-01-05 01:20:24 +09:00
parent 8c2cc4c85b
commit 5eb2dc3d64
9 changed files with 7 additions and 17 deletions

View File

@ -73,8 +73,6 @@ namespace osu.Game.Graphics.UserInterface
});
}
private bool pending;
public override bool Invalidate(Invalidation invalidation = Invalidation.All, Drawable source = null, bool shallPropagate = true)
{
if ((invalidation & Invalidation.DrawSize) > 0)