[f-spot] Delete two obsolete warnings, they aren't really.



commit 557a3c4fda4f8e1464eddc7c4b9c4c80dfe1c954
Author: Ruben Vermeersch <ruben savanne be>
Date:   Thu Jun 3 20:31:55 2010 +0200

    Delete two obsolete warnings, they aren't really.
    
    They're just discouraged.

 src/Imaging/ImageFile.cs |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/Imaging/ImageFile.cs b/src/Imaging/ImageFile.cs
index 996dd77..def2beb 100644
--- a/src/Imaging/ImageFile.cs
+++ b/src/Imaging/ImageFile.cs
@@ -131,7 +131,6 @@ namespace FSpot {
 			return rotated;
 		}
 		
-		[Obsolete ("Use an Async way to load the pixbuf")]
 		public virtual Gdk.Pixbuf Load ()
 		{
 			using (Stream stream = PixbufStream ()) {
@@ -140,7 +139,6 @@ namespace FSpot {
 			}
 		}
 		
-		[Obsolete ("Use an Async way to load the pixbuf")]
 		public virtual Gdk.Pixbuf Load (int max_width, int max_height)
 		{
 			System.IO.Stream stream = PixbufStream ();



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