[gbrainy/STABLE] Remove unused variable



commit 1bd0f6276e59ae65d532d5544593d073a8f44f27
Author: Jordi Mas <jmas softcatala org>
Date:   Thu Aug 20 22:09:16 2009 +0200

    Remove unused variable

 src/gbrainy.cs |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/gbrainy.cs b/src/gbrainy.cs
index 33462bd..698f4b8 100644
--- a/src/gbrainy.cs
+++ b/src/gbrainy.cs
@@ -68,8 +68,6 @@ public class gbrainy: Program
 	public gbrainy (string [] args, params object [] props)
 	: base ("gbrainy", Defines.VERSION, Modules.UI,  args, props)
 	{
-		Gdk.Color color;
-
 		Catalog.Init ("gbrainy", Defines.GNOME_LOCALE_DIR);
 		FixLocaleInfo ();
 



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