2007-02-28 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / System.Drawing / System.Drawing / FontConverter.cs
index 17c8be3c9312fee88a46110c7f837ec0d3f368f6..b12649bdb09b4dd23d1515062c048a923eb83a2e 100644 (file)
@@ -49,7 +49,7 @@ namespace System.Drawing
 
                ~FontConverter ()
                {
-                               
+                       // required to match API definition
                }       
 
                public override bool CanConvertFrom (ITypeDescriptorContext context, Type sourceType)
@@ -190,8 +190,6 @@ namespace System.Drawing
 
                        f_style = FontStyle.Regular;
                        if (fields.Length > 2) {        // We have style
-                               int             eq;
-                               string[]        styles;
                                string          compare;
 
                                for (int i = 2; i < fields.Length; i++) {