[whiteout] kill unused variable

This commit is contained in:
nick black 2021-11-22 10:29:43 -05:00
parent 6cbe73dd80
commit ce66c8a90d
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -248,7 +248,6 @@ dostring(struct ncplane* n, const char** s, uint32_t rgb,
}
size_t ulen = 0;
int r = 0;
int w;
if((r = ncplane_putegc(n, &(*s)[idx], &ulen)) <= 0){
return 0;
}