wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit c1c58d9cb8108d548788411406f419e486787732
parent 8c89fb71c4a328eda32de8c47f51a3a33473b06d
Author: garbeam <garbeam@localhost>
Date:   Tue, 10 Jan 2006 20:34:03 +0200

removed ixp_remove debug info


Diffstat:
libixp/ramfs.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/libixp/ramfs.c b/libixp/ramfs.c @@ -206,7 +206,6 @@ static void _ixp_remove(IXPServer * s, File * f) { if (!f) return; - fprintf(stderr, "ixp_remove: %s\n", f->name); if (f->next) { _ixp_remove(s, f->next); if (s->errstr)