2003-12-04 Mike Kestner <mkestner@ximian.com>

* glib/Object.cs : kill unused WrapperClassAttribute. [#51458]

svn path=/trunk/gtk-sharp/; revision=20781
This commit is contained in:
Mike Kestner 2003-12-04 17:59:31 +00:00
parent 2b71c9172e
commit 4ff326786d
2 changed files with 4 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2003-12-04 Mike Kestner <mkestner@ximian.com>
* glib/Object.cs : kill unused WrapperClassAttribute. [#51458]
2003-12-04 Mike Kestner <mkestner@ximian.com>
* parser/gapi2xml.pl : fix for const param handling [#50295]

View File

@ -15,12 +15,6 @@ namespace GLib {
using System.Reflection;
using System.Runtime.InteropServices;
[AttributeUsage(AttributeTargets.All)]
public sealed class WrapperClassAttribute : Attribute {
public WrapperClassAttribute () : base () {}
}
/// <summary>
/// Object Class
/// </summary>