Removed a bunch of explicit access modifiers
This commit is contained in:
committed by
Matthias Mailänder
parent
413d564f1d
commit
2f6f214bac
@@ -114,7 +114,7 @@ namespace OpenRA.Mods.Common.Widgets
|
||||
Children[i].Bounds.Y += mostRecentChild.Bounds.Height + ItemSpacing;
|
||||
}
|
||||
|
||||
private void RemoveNotification()
|
||||
void RemoveNotification()
|
||||
{
|
||||
if (Children.Count == 0)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user