gbrainy r457 - trunk/src
- From: jmas svn gnome org
- To: svn-commits-list gnome org
- Subject: gbrainy r457 - trunk/src
- Date: Sun, 31 Aug 2008 15:58:49 +0000 (UTC)
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]