소스 검색

thanks to Juka to check -Wall ;)

Anselm R. Garbe 18 년 전
부모
커밋
216099d072
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      event.c

+ 0 - 2
event.c

@@ -209,9 +209,7 @@ configurerequest(XEvent *e) {
 
 static void
 configurenotify(XEvent *e) {
-	Client *c;
 	XConfigureEvent *ev = &e->xconfigure;
-	XWindowChanges wc;
 
 	if (ev->window == root && (ev->width != sw || ev->height != sh)) {
 		sw = ev->width;