[f-spot] do not state the obvious



commit cdff6c6d712b21adc999f33a28af35e0a4f0b1d0
Author: Stephane Delcroix <stephane delcroix org>
Date:   Mon Jun 15 08:35:36 2009 +0200

    do not state the obvious
    
    instance methods are private by default.

 src/Texture.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Texture.cs b/src/Texture.cs
index 1de3253..c0d9b1e 100644
--- a/src/Texture.cs
+++ b/src/Texture.cs
@@ -139,7 +139,7 @@ namespace FSpot {
 			return texture_id;
 		}
 
-		private void Close ()
+		void Close ()
 		{
 			//Log.DebugFormat ("Disposing {0} IsTexture {1}", texture_id, Gl.glIsTexture (texture_id));
 			int [] ids = new int [] { texture_id };



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