removed a warning reported by Jukka - dwm - dynamic window manager HTML git clone https://git.parazyd.org/dwm DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit 5a3bea2d69c8ad864667de5142a9777aa41e1448 DIR parent 30d928591dbdb40d06c5973f6f3bda7a0c16e3e7 HTML Author: Anselm R. Garbe <arg@10kloc.org> Date: Wed, 30 Aug 2006 11:15:58 +0200 removed a warning reported by Jukka Diffstat: M view.c | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) --- DIR diff --git a/view.c b/view.c @@ -261,7 +261,6 @@ void view(Arg *arg) { unsigned int i; - Client *c; for(i = 0; i < ntags; i++) seltag[i] = False;