소스 검색

Removing the debugging for the last fix too.

Christoph Lohmann 12 년 전
부모
커밋
86261187ab
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      st.c

+ 0 - 2
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;