[f-spot] unused method



commit 6ed411235f109e1eb6c5fb9553e1d3bd051ec872
Author: Stephane Delcroix <stephane delcroix org>
Date:   Wed Aug 19 16:01:47 2009 +0200

    unused method

 src/Core/Photo.cs |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/src/Core/Photo.cs b/src/Core/Photo.cs
index adf5f8d..9fdcbcf 100644
--- a/src/Core/Photo.cs
+++ b/src/Core/Photo.cs
@@ -501,11 +501,6 @@ namespace FSpot
 			}
 		}
 	
-		public uint CreateNamedVersion (string name, uint baseVersionId, bool createFile)
-		{
-			return CreateNamedVersion (name, baseVersionId, createFile);
-		}
-
 		public uint CreateNamedVersion (string name, string extension, uint base_version_id, bool create_file)
 		{
 			int num = 1;



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