[whiteout] kill unused variable

pull/2370/head
nick black 3 years ago
parent 6cbe73dd80
commit ce66c8a90d
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -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;
}

Loading…
Cancel
Save