Explorar el Código

Remove unused variable

Martin Duquesnoy hace 12 años
padre
commit
229597a532
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/status.c

+ 1 - 1
src/status.c

@@ -578,7 +578,7 @@ void
 uicb_status_surface(Uicb cmd)
 {
      char *p, *ccmd = xstrdup(cmd);
-     int s, d = 0, w, h, x = -1, y = -1;
+     int s, w, h, x = -1, y = -1;
      Color bg;
 
      if(!ccmd || !(p = strchr(ccmd, ' ')))