[gbrainy] Remove not used usings



commit bce3fa6bc31546a6e7b2416d63fadd0463e0351a
Author: Jordi Mas <jmas softcatala org>
Date:   Wed Jun 22 09:08:50 2011 +0200

    Remove not used usings

 src/Clients/Classical/Dialogs/BuilderDialog.cs |    3 ---
 src/Clients/Classical/gbrainy.cs               |    2 --
 src/Clients/WebForms/Default.aspx.cs           |    2 --
 src/Clients/WebForms/Game.aspx.cs              |    4 ----
 src/Clients/WebForms/Status.aspx.cs            |    2 --
 src/Clients/WebForms/TranslationsWeb.cs        |    1 -
 src/Clients/WebForms/WebSession.cs             |    1 -
 src/Core/Main/Game.cs                          |    3 ---
 src/Core/Main/GameAnswer.cs                    |    4 ----
 src/Core/Main/Preferences.cs                   |    2 --
 src/Core/Views/CountDownView.cs                |    2 --
 11 files changed, 0 insertions(+), 26 deletions(-)
---
diff --git a/src/Clients/Classical/Dialogs/BuilderDialog.cs b/src/Clients/Classical/Dialogs/BuilderDialog.cs
index ea26339..5e56fbe 100644
--- a/src/Clients/Classical/Dialogs/BuilderDialog.cs
+++ b/src/Clients/Classical/Dialogs/BuilderDialog.cs
@@ -17,9 +17,6 @@
  * Boston, MA 02111-1307, USA.
  */
 
-using Gtk;
-using GtkBeans;
-
 namespace gbrainy.Clients.Classical.Dialogs
 {
 	public class BuilderDialog : Gtk.Dialog
diff --git a/src/Clients/Classical/gbrainy.cs b/src/Clients/Classical/gbrainy.cs
index a99dba2..f18b21a 100644
--- a/src/Clients/Classical/gbrainy.cs
+++ b/src/Clients/Classical/gbrainy.cs
@@ -18,7 +18,6 @@
  */
 
 using System;
-using Cairo;
 using Gtk;
 using Mono.Unix;
 using System.Diagnostics;
@@ -28,7 +27,6 @@ using System.Reflection;
 using gbrainy.Core.Main;
 using gbrainy.Core.Platform;
 using gbrainy.Core.Services;
-using gbrainy.Core.Libraries;
 using gbrainy.Clients.Classical.Dialogs;
 using gbrainy.Clients.Classical.Widgets;
 
diff --git a/src/Clients/WebForms/Default.aspx.cs b/src/Clients/WebForms/Default.aspx.cs
index 9fe2661..4211c9e 100644
--- a/src/Clients/WebForms/Default.aspx.cs
+++ b/src/Clients/WebForms/Default.aspx.cs
@@ -18,8 +18,6 @@
  */
 
 using System;
-using System.Web;
-using System.Web.UI;
 using System.Web.UI.WebControls;
 
 namespace gbrainy.Clients.WebForms
diff --git a/src/Clients/WebForms/Game.aspx.cs b/src/Clients/WebForms/Game.aspx.cs
index 8de898c..5775db5 100644
--- a/src/Clients/WebForms/Game.aspx.cs
+++ b/src/Clients/WebForms/Game.aspx.cs
@@ -19,13 +19,9 @@
 
 using System;
 using System.IO;
-using System.Web;
-using System.Web.UI;
 using System.Web.UI.HtmlControls;
 
 using gbrainy.Core.Main;
-using gbrainy.Core.Toolkit;
-
 using gbrainy.Core.Services;
 
 namespace gbrainy.Clients.WebForms
diff --git a/src/Clients/WebForms/Status.aspx.cs b/src/Clients/WebForms/Status.aspx.cs
index 604f571..470dcf5 100644
--- a/src/Clients/WebForms/Status.aspx.cs
+++ b/src/Clients/WebForms/Status.aspx.cs
@@ -18,8 +18,6 @@
  */
 
 using System;
-using System.Collections.Generic;
-using System.Web;
 using System.Web.UI;
 using System.Web.UI.WebControls;
 using System.Reflection;
diff --git a/src/Clients/WebForms/TranslationsWeb.cs b/src/Clients/WebForms/TranslationsWeb.cs
index 0eb289d..3679076 100644
--- a/src/Clients/WebForms/TranslationsWeb.cs
+++ b/src/Clients/WebForms/TranslationsWeb.cs
@@ -19,7 +19,6 @@
 
 using System;
 using Mono.Unix;
-using System.IO;
 
 using gbrainy.Core.Services;
 
diff --git a/src/Clients/WebForms/WebSession.cs b/src/Clients/WebForms/WebSession.cs
index a1dbf8f..1ba5b22 100644
--- a/src/Clients/WebForms/WebSession.cs
+++ b/src/Clients/WebForms/WebSession.cs
@@ -1,6 +1,5 @@
 using System;
 using System.Web.SessionState;
-using gbrainy.Core;
 
 namespace gbrainy.Clients.WebForms
 {
diff --git a/src/Core/Main/Game.cs b/src/Core/Main/Game.cs
index bdab835..bd1a3bb 100644
--- a/src/Core/Main/Game.cs
+++ b/src/Core/Main/Game.cs
@@ -20,9 +20,6 @@
 using System;
 using System.ComponentModel;
 using System.Collections.Generic;
-using System.Text.RegularExpressions;
-using System.Text;
-
 
 using gbrainy.Core.Toolkit;
 using gbrainy.Core.Services;
diff --git a/src/Core/Main/GameAnswer.cs b/src/Core/Main/GameAnswer.cs
index dacf19a..828048e 100644
--- a/src/Core/Main/GameAnswer.cs
+++ b/src/Core/Main/GameAnswer.cs
@@ -18,13 +18,9 @@
  */
 
 using System;
-using System.ComponentModel;
-using System.Collections.Generic;
 using System.Text.RegularExpressions;
 using System.Text;
 
-
-using gbrainy.Core.Toolkit;
 using gbrainy.Core.Services;
 
 namespace gbrainy.Core.Main
diff --git a/src/Core/Main/Preferences.cs b/src/Core/Main/Preferences.cs
index a80bb7b..90bebc9 100644
--- a/src/Core/Main/Preferences.cs
+++ b/src/Core/Main/Preferences.cs
@@ -21,9 +21,7 @@ using System;
 using System.Collections.Generic;
 using System.IO;
 using System.Xml;
-using System.Xml.Serialization;
 using System.Text;
-using System.ComponentModel;
 
 namespace gbrainy.Core.Main
 {
diff --git a/src/Core/Views/CountDownView.cs b/src/Core/Views/CountDownView.cs
index a9c3248..bd1ed28 100644
--- a/src/Core/Views/CountDownView.cs
+++ b/src/Core/Views/CountDownView.cs
@@ -19,7 +19,6 @@
 
 
 using System;
-using Cairo;
 using System.Timers;
 using System.ComponentModel;
 
@@ -79,7 +78,6 @@ namespace gbrainy.Core.Views
 			gr.Stroke ();
 
 			gr.SetPangoFontSize (0.35);
-			gr.MoveTo (0.37, 0.22);
 			gr.DrawTextCentered (0.5, 0.5, countdown_time.ToString ());
 			gr.Stroke ();
 



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