geom: remove unused variables

This commit is contained in:
nick black 2020-04-10 12:58:04 -04:00
parent c4f4e60b88
commit 7d80e81a27
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

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