[f-spot] Remove unused method.
- From: Ruben Vermeersch <rubenv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [f-spot] Remove unused method.
- Date: Tue, 18 May 2010 18:50:17 +0000 (UTC)
commit 165709a9de38de9846dd31a5a962f284f840e89e
Author: Ruben Vermeersch <ruben savanne be>
Date: Tue May 18 20:48:35 2010 +0200
Remove 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 38cad79..461a7ae 100644
--- a/src/Core/Photo.cs
+++ b/src/Core/Photo.cs
@@ -321,11 +321,6 @@ namespace FSpot
} while (version_id > OriginalVersionId);
}
- public uint CreateProtectedVersion (string name, uint base_version_id, bool create)
- {
- return CreateVersion (name, null, base_version_id, create, true);
- }
-
public uint CreateVersion (string name, uint base_version_id, bool create)
{
return CreateVersion (name, null, base_version_id, create, false);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]