From 40da6badcbfde4d2a7d6a7cfd990526798a02795 Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Mon, 19 Jan 2009 15:11:47 +0000 Subject: [PATCH] Stray debug --- scrotwm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/scrotwm.c b/scrotwm.c index 596e5a0..2af2ffa 100644 --- a/scrotwm.c +++ b/scrotwm.c @@ -659,7 +659,6 @@ switchws(struct swm_region *r, union arg *args) return; other_r = new_ws->r; - fprintf(stderr, "switchws: other_r %p\n", other_r); if (!other_r) { /* if the other workspace is hidden, switch windows */ @@ -1460,7 +1459,6 @@ destroynotify(XEvent *e) set_win_state(win, WithdrawnState); free(win); } - stack(); } -- 1.7.10.4