2007-03-15 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / System.Drawing / System.Drawing.Drawing2D / MatrixOrder.cs
index bd8149d7e970540ac951a77cb99236013abc06de..d241cb9c5338e5daa39a9798caadba9094d338f6 100644 (file)
@@ -6,10 +6,7 @@
 //   Dennis Hayes (dennish@Raytek.com)
 //
 // (C) 2002/3 Ximian, Inc
-//
-
-//
-// 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
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-using System;
 
 namespace System.Drawing.Drawing2D {
-       /// <summary>
-       /// Summary description for MatrixOrder.
-       /// </summary>
+
+#if ONLY_1_1
        [Serializable]
+#endif
        public enum MatrixOrder {
                Append = 1,
                Prepend = 0