tremoved useless debug info - dwm - [fork] customized build of dwm, the dynamic window manager
 (HTM) git clone git://src.adamsgaard.dk/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 4d6c4d36ceaa1ca8fae6199aee6df50f6187c755
 (DIR) parent b4d53bf194f9f9214b6c79d397d723ba53663b4b
 (HTM) Author: arg@mmvi <unknown>
       Date:   Tue, 26 Sep 2006 08:17:35 +0200
       
       removed useless debug info
       Diffstat:
         M event.c                             |       4 ----
       
       1 file changed, 0 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/event.c b/event.c
       t@@ -1,4 +1,3 @@
       -#include <stdio.h>
        /*
         * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
         * See LICENSE file for license details.
       t@@ -154,7 +153,6 @@ configurerequest(XEvent *e) {
                XEvent synev;
                XWindowChanges wc;
        
       -        fputs("configurerequest\n", stderr);
                if((c = getclient(ev->window))) {
                        c->ismax = False;
                        gravitate(c, True);
       t@@ -211,7 +209,6 @@ enternotify(XEvent *e) {
                Client *c;
                XCrossingEvent *ev = &e->xcrossing;
        
       -        fputs("enternotify\n", stderr);
                if(ev->mode != NotifyNormal || ev->detail == NotifyInferior)
                        return;
        
       t@@ -299,7 +296,6 @@ propertynotify(XEvent *e) {
                Window trans;
                XPropertyEvent *ev = &e->xproperty;
        
       -        fputs("propertynotify\n", stderr);
                if(ev->state == PropertyDelete)
                        return; /* ignore */