Removed a bunch of explicit access modifiers

This commit is contained in:
penev92
2022-01-05 04:14:24 +02:00
committed by Matthias Mailänder
parent 413d564f1d
commit 2f6f214bac
6 changed files with 6 additions and 6 deletions

View File

@@ -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;