remove resize check from demo core #105

pull/109/head
nick black 5 years ago committed by Nick Black
parent 6f9b1e0379
commit c5ecc28ca1

@ -189,7 +189,6 @@ intro(struct notcurses* nc){
static int
ext_demos(struct notcurses* nc, const char* demos){
int dimy, dimx;
while(*demos){
int ret = 0;
switch(*demos){
@ -209,7 +208,6 @@ ext_demos(struct notcurses* nc, const char* demos){
return ret;
}
++demos;
notcurses_resize(nc, &dimy, &dimx);
}
return 0;
}

Loading…
Cancel
Save