mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-20 03:25:47 +00:00
geom: remove unused variables
This commit is contained in:
parent
c4f4e60b88
commit
7d80e81a27
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user