[f-spot/rubenv-gsoc-2009: 44/86] Remove unused variable.



commit fa2681dd80a5a059de741a062094d2ee743f279c
Author: Ruben Vermeersch <ruben savanne be>
Date:   Wed Jul 29 20:03:45 2009 +0200

    Remove unused variable.

 src/Filters/ProcessedFormatFilter.cs |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/Filters/ProcessedFormatFilter.cs b/src/Filters/ProcessedFormatFilter.cs
index 3bdc974..2bb6dd3 100644
--- a/src/Filters/ProcessedFormatFilter.cs
+++ b/src/Filters/ProcessedFormatFilter.cs
@@ -27,8 +27,6 @@ namespace FSpot.Filters {
 		{
 			// FIXME this should copy metadata from the original
 			// even when the source is not a jpeg
-			string source = req.Current.LocalPath;
-
 			using (ImageFile img = ImageFile.Create (req.Current)) {
 				Log.Debug ("Got file: {0}, RAW: {1}", req.Current, img is IRawFile);
 				if (!ImageFile.IsRaw (img))



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