[gbrainy] Remove not needed usings



commit 922f012782048f3a30209c12d007f45ecd0cbf88
Author: Jordi Mas <jmas softcatala org>
Date:   Wed Jul 7 22:20:28 2010 +0200

    Remove not needed usings

 src/Core/Main/Xml/CodeEvaluation.cs |    1 -
 src/Core/Main/Xml/GameXml.cs        |    4 ----
 2 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/src/Core/Main/Xml/CodeEvaluation.cs b/src/Core/Main/Xml/CodeEvaluation.cs
index cb7c03a..289108c 100644
--- a/src/Core/Main/Xml/CodeEvaluation.cs
+++ b/src/Core/Main/Xml/CodeEvaluation.cs
@@ -18,7 +18,6 @@
  */
 
 using System;
-using System.ComponentModel;
 using System.Collections.Generic;
 using System.IO;
 using System.Text;
diff --git a/src/Core/Main/Xml/GameXml.cs b/src/Core/Main/Xml/GameXml.cs
index bf2e0fb..e4af9c1 100644
--- a/src/Core/Main/Xml/GameXml.cs
+++ b/src/Core/Main/Xml/GameXml.cs
@@ -18,13 +18,9 @@
  */
 
 using System;
-using System.ComponentModel;
 using System.Collections.Generic;
 using System.IO;
-using System.Text;
-using System.Text.RegularExpressions;
 
-using Mono.CSharp;
 using Mono.Unix;
 
 namespace gbrainy.Core.Main.Xml



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]