scroll/cjkscroll: remove unused variables

pull/542/head
nick black 4 years ago
parent 2e449addad
commit d904b2b8c1
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -8,7 +8,7 @@ int main(void){
if(nc == NULL){
return EXIT_FAILURE;
}
int dimy, dimx, y, x;
int dimy, dimx;
struct ncplane* n = notcurses_stddim_yx(nc, &dimy, &dimx);
wchar_t wc = 0x4e00;
ncplane_set_scrolling(n, true);

@ -8,7 +8,7 @@ int main(void){
if(nc == NULL){
return EXIT_FAILURE;
}
int dimy, dimx, y, x;
int dimy, dimx;
struct ncplane* n = notcurses_stddim_yx(nc, &dimy, &dimx);
char c = 'A';
ncplane_set_scrolling(n, true);

Loading…
Cancel
Save