浏览代码

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;