Merge pull request #2542 from akoeplinger/remove-changelog
[mono.git] / mcs / class / System.Drawing / System.Drawing.Drawing2D / PenType.cs
index 892fc23e56d79f92608573b74ac288d5b9b0eafb..c5115395e49b789bd8a69fc7ba7899629f313c01 100644 (file)
@@ -5,10 +5,7 @@
 //   Dennis Hayes (dennish@Raytek.com)
 //
 // (C) 2002/3 Ximian, Inc
-//using System;
-
-//
-// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+// Copyright (C) 2004,2006 Novell, Inc (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-namespace System.Drawing.Drawing2D
-{
-       /// <summary>
-       /// Summary description for PenType.
-       /// </summary>
-       [Serializable]
+namespace System.Drawing.Drawing2D {
+
        public enum PenType {
                HatchFill = 1,
                LinearGradient = 4,