f-spot r4394 - trunk/src



Author: rubenv
Date: Wed Sep 17 11:47:28 2008
New Revision: 4394
URL: http://svn.gnome.org/viewvc/f-spot?rev=4394&view=rev

Log:
Remove useless line of code.

Modified:
   trunk/src/PhotoQuery.cs

Modified: trunk/src/PhotoQuery.cs
==============================================================================
--- trunk/src/PhotoQuery.cs	(original)
+++ trunk/src/PhotoQuery.cs	Wed Sep 17 11:47:28 2008
@@ -341,8 +341,6 @@
 		{
 			int [] indexes = IndicesOf (args.Items);
 
-			PhotoEventArgs photo_args = args as PhotoEventArgs;
-
 			if (indexes.Length > 0 && ItemsChanged != null)
 				ItemsChanged (this, new BrowsableEventArgs(indexes, (args as PhotoEventArgs).Changes));
 		}



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