diff --git a/lib/modules/GDK.pmod b/lib/modules/GDK.pmod index 91d0f7832d887a48c1851b608ec3fdd778bdd958..e4a218cd3d13e7187331a8d3e889198045803c35 100644 --- a/lib/modules/GDK.pmod +++ b/lib/modules/GDK.pmod @@ -1,5 +1,3 @@ -#if constant(GTK.parse_rc) - inherit GTK; #define INDEX(x) predef::`->(this_object(),(x)) @@ -49,5 +47,3 @@ mixed `[](string what) return ([])[0]; // return GDKSupport[what]; } - -#endif