Use source from CoreFX for System.Drawing.Drawing2D (#5034)
[mono.git] / mcs / class / System.Drawing / System.Drawing.Imaging / PlayRecordCallback.cs
index 7d7ac42172686985615a52e38073c4eedc61c7e3..2bb3759fbf10a8db0c7c8ecc93a0280305178271 100644 (file)
@@ -1,13 +1,11 @@
 //
 // System.Drawing.Imaging.PlayRecordCallback.cs
 //
-// (C) 2002 Ximian, Inc.  http://www.ximian.com
 // Author: Everaldo Canuto
 // eMail: everaldo.canuto@bol.com.br
 //
-
-//
-// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+// (C) 2002 Ximian, Inc.  http://www.ximian.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.Imaging {
 
-       [Serializable]
        public delegate void PlayRecordCallback(
                EmfPlusRecordType recordType,
                int flags,