remove some random crap

This commit is contained in:
Chris Forbes
2010-12-21 17:59:41 +13:00
parent 92b0f77867
commit 112dd3b1f6

View File

@@ -17,13 +17,6 @@ namespace OpenRA
{
public class WidgetLoader
{
// foreach( var file in Game.modData.Manifest.ChromeLayout.Select( a => MiniYaml.FromFile( a ) ) )
// foreach( var w in file )
// rootWidget.AddChild( WidgetLoader.LoadWidget( w ) );
// rootWidget.Initialize();
// rootWidget.InitDelegates();
Dictionary<string, MiniYamlNode> widgets = new Dictionary<string, MiniYamlNode>();
public WidgetLoader( ModData modData )