diff --git a/ChangeLog b/ChangeLog index 151954209..2547e54fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-12-04 Mike Kestner + + * glib/Object.cs : kill unused WrapperClassAttribute. [#51458] + 2003-12-04 Mike Kestner * parser/gapi2xml.pl : fix for const param handling [#50295] diff --git a/glib/Object.cs b/glib/Object.cs index d7b8006e3..3c9bc3ad1 100644 --- a/glib/Object.cs +++ b/glib/Object.cs @@ -15,12 +15,6 @@ namespace GLib { using System.Reflection; using System.Runtime.InteropServices; - [AttributeUsage(AttributeTargets.All)] - public sealed class WrapperClassAttribute : Attribute { - - public WrapperClassAttribute () : base () {} - } - /// /// Object Class ///