mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
[whiteout] kill unused variable
This commit is contained in:
parent
6cbe73dd80
commit
ce66c8a90d
@ -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…
Reference in New Issue
Block a user