remove spurious ctor on Activities.Repair

This commit is contained in:
Chris Forbes
2010-05-12 17:59:50 +12:00
parent fb592b90d5
commit fd324e2804
6 changed files with 6 additions and 10 deletions

View File

@@ -20,9 +20,9 @@
using System;
using System.Collections.Generic;
using System.Reflection;
using System.Linq;
using System.IO;
using System.Linq;
using System.Reflection;
namespace OpenRA
{