Ver Fonte

Remove the throw on the destructor

svn path=/trunk/mcs/; revision=48189
Miguel de Icaza há 20 anos atrás
pai
commit
edb28485a0

+ 0 - 8
mcs/class/System.Drawing/System.Drawing/FontConverter.cs

@@ -279,14 +279,6 @@ namespace System.Drawing
 			{
 				return true;
 			}
-
-#if !TARGET_JVM
-			[MonoTODO]
-			~FontNameConverter ()
-			{
-				throw new NotImplementedException ();
-			}
-#endif
 		}
 
 		public class FontUnitConverter : EnumConverter