geom: remove unused variables

pull/469/head
nick black 5 years ago
parent c4f4e60b88
commit 7d80e81a27
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -17,7 +17,7 @@ int main(void){
if(nc == NULL){ if(nc == NULL){
return EXIT_FAILURE; return EXIT_FAILURE;
} }
int y, x, dimy, dimx; int dimy, dimx;
struct ncplane* n = notcurses_stdplane(nc); struct ncplane* n = notcurses_stdplane(nc);
ncplane_dim_yx(n, &dimy, &dimx); ncplane_dim_yx(n, &dimy, &dimx);
// leave a 20% total margin on the sides // leave a 20% total margin on the sides

Loading…
Cancel
Save