gbrainy r457 - trunk/src



Author: jmas
Date: Sun Aug 31 15:58:49 2008
New Revision: 457
URL: http://svn.gnome.org/viewvc/gbrainy?rev=457&view=rev

Log:
Remove unused vars

Modified:
   trunk/src/GameDrawingArea.cs

Modified: trunk/src/GameDrawingArea.cs
==============================================================================
--- trunk/src/GameDrawingArea.cs	(original)
+++ trunk/src/GameDrawingArea.cs	Sun Aug 31 15:58:49 2008
@@ -93,7 +93,7 @@
 		try {
 			image = new SVGImage (img);
 		}
-		catch (Exception e)
+		catch (Exception)
 		{
 			return;
 		}
@@ -110,7 +110,6 @@
 	{
 		double y = 0.05;
 		double space = 0.20;
-		ImageSurface image;
 
 		gr.Scale (area_width, area_height);
 		gr.DrawBackground ();



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