aboutsummaryrefslogtreecommitdiffhomepage
path: root/st.c
diff options
context:
space:
mode:
authorGravatar Christoph Lohmann <20h@r-36.net>2012-11-03 14:05:45 +0100
committerGravatar Christoph Lohmann <20h@r-36.net>2012-11-03 14:05:45 +0100
commit86261187ab92a037a44af72847f6ed304ea58e64 (patch)
tree34b664a4cd800c0a01b145877c066dffd23aab04 /st.c
parent9888c5064badc60cd5e894f60451c2be762a481c (diff)
Removing the debugging for the last fix too.
Diffstat (limited to 'st.c')
-rw-r--r--st.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/st.c b/st.c
index 2654676..4c6783b 100644
--- a/st.c
+++ b/st.c
@@ -2750,8 +2750,6 @@ cresize(int width, int height)
void
resize(XEvent *e) {
- fprintf(stderr, "resize -> %d,%d\n", e->xconfigure.width,
- e->xconfigure.height);
if(e->xconfigure.width == xw.w && e->xconfigure.height == xw.h)
return;