Removing the debugging for the last fix too.

This commit is contained in:
Christoph Lohmann 2012-11-03 14:05:45 +01:00
parent 9888c5064b
commit 86261187ab
1 changed files with 0 additions and 2 deletions

2
st.c
View File

@ -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;