[f-spot] do not state the obvious
- From: Stephane Delcroix <sdelcroix src gnome org>
- To: svn-commits-list gnome org
- Subject: [f-spot] do not state the obvious
- Date: Mon, 15 Jun 2009 03:09:14 -0400 (EDT)
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]