mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-06-20 22:07:51 +00:00
Remove [IgnoreClassInitializers] usage.
* Subclass.cs: kill a no longer needed ignore attr.
This commit is contained in:
parent
96c8904219
commit
e8250641d6
|
@ -4,8 +4,6 @@
|
||||||
//
|
//
|
||||||
// (c) 2001-2003 Mike Kestner, Novell, Inc.
|
// (c) 2001-2003 Mike Kestner, Novell, Inc.
|
||||||
|
|
||||||
[assembly:GLib.IgnoreClassInitializers]
|
|
||||||
|
|
||||||
namespace GtkSamples {
|
namespace GtkSamples {
|
||||||
|
|
||||||
using Gtk;
|
using Gtk;
|
||||||
|
|
Loading…
Reference in a new issue