Browse Source

Remove unused variable

Martin Duquesnoy 12 years ago
parent
commit
229597a532
1 changed files with 1 additions and 1 deletions
  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, ' ')))