diff --git a/lib/modules/Protocols.pmod/X.pmod/Types.pmod b/lib/modules/Protocols.pmod/X.pmod/Types.pmod
index 49f8a41a953230bc56b93e7e9ba2219d0a129c96..0901ed2f283b6c3aed485411699e4a592a4763f9 100644
--- a/lib/modules/Protocols.pmod/X.pmod/Types.pmod
+++ b/lib/modules/Protocols.pmod/X.pmod/Types.pmod
@@ -21,7 +21,6 @@ class XResource
   void Free()
   {
     object req = this_object()->FreeRequest();
-    werror("free "+id+"\n");
     req->id = id;
     display->send_request( req );
   }
@@ -424,7 +423,7 @@ class Window
 {
   inherit Drawable;
   int currentInputMask;
-  constant FreeRequest = lambda(){}; // FIXME!!
+  function FreeRequest = lambda(){}; // FIXME!!
   mapping(string:array(function)) event_callbacks = ([ ]);
 
   int alt_gr, num_lock, shift, control, caps_lock;