warning removed
authorAlexandre Pigolkine <pigolkine@mono-cvs.ximian.com>
Sun, 12 Oct 2003 21:01:59 +0000 (21:01 -0000)
committerAlexandre Pigolkine <pigolkine@mono-cvs.ximian.com>
Sun, 12 Oct 2003 21:01:59 +0000 (21:01 -0000)
svn path=/trunk/mcs/; revision=18926

mcs/class/System.Drawing/System.Drawing.Imaging/BmpCodec.cs
mcs/class/System.Drawing/System.Drawing.Imaging/ChangeLog

index 152c467050ded6aa32563676aeece79b2106fb00..8407bbf3f4351365d42e9da8486648f1dfb7efff 100644 (file)
@@ -234,7 +234,6 @@ namespace System.Drawing.Imaging {
                                break;
                                default:
                                        throw new NotImplementedException(String.Format("This format is not yet supported : {0} bpp", bmih.biBitCount));
-                               break;
                        }
                        return true;
                }
index 567bce6f8b4a34a956dceeb214afc6547c2960c8..15a74cd75e3248ed67906edc4b9615426f524860 100644 (file)
@@ -1,3 +1,6 @@
+2003-10-12 Alexandre Pigolkine
+       * BmpCodec.cs           warning removed
+
 2003-07-23 Alexandre Pigolkine
        * JPEGCodec.cs
        * PNGCodec.cs