[f-spot] Comment obsolete warning for BitConverter.



commit 2ca9ad8110bbdf9c04810d45336f3236565aceda
Author: Ruben Vermeersch <ruben savanne be>
Date:   Mon Jun 15 01:02:52 2009 +0200

    Comment obsolete warning for BitConverter.
    
    Please don't add warnings unless you intend on fixing them, this is
    really really annoying...

 src/BitConverter.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/BitConverter.cs b/src/BitConverter.cs
index c03cc52..00f34c5 100644
--- a/src/BitConverter.cs
+++ b/src/BitConverter.cs
@@ -2,7 +2,7 @@ using System;
 using System.Runtime.InteropServices;
 
 namespace FSpot {
-	[Obsolete ("use Mono.DataConvert instead")]
+	//[Obsolete ("use Mono.DataConvert instead")]
 	public class BitConverter {
 		public static uint Swap (uint val, bool little) 
 		{



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