From eb4c85488d3025469ab0c9a4b1144a6750c1a5a4 Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Thu, 15 Jan 2009 17:23:04 +0000 Subject: [PATCH] Forgot to remove debug. --- scrotwm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/scrotwm.c b/scrotwm.c index 51aa41c..c6e0439 100644 --- a/scrotwm.c +++ b/scrotwm.c @@ -716,7 +716,6 @@ horizontal_stack(void) { if (i == 1) { y += h + 2; h -= (2 - height % 2); - fprintf(stderr, "h: %d mod: %d\n", h, height % 2); } if (i != 0 && hrw != 0) { /* correct the last window for lost pixels */ -- 1.7.10.4