diff --git a/OpenRA.Game/GameRules/Rules.cs b/OpenRA.Game/GameRules/Rules.cs index e12168233b..3c09691860 100755 --- a/OpenRA.Game/GameRules/Rules.cs +++ b/OpenRA.Game/GameRules/Rules.cs @@ -35,12 +35,6 @@ namespace OpenRA public static Dictionary Voices; public static Dictionary Music; public static Dictionary TerrainTypes; - - static Dictionary LoadYamlRules(string[] files, Func, Dictionary, T> f) - { - var y = files.Select(a => MiniYaml.FromFile(a)).Aggregate(MiniYaml.Merge); - return y.ToDictionary(kv => kv.Key.ToLowerInvariant(), kv => f(kv, y)); - } public static void LoadRules(Manifest m, Map map) {