Explorar el Código

Remove useless continue

Jochen Sprickerhof hace 5 años
padre
commit
aa67a3e9c8
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      scroll.c

+ 0 - 1
scroll.c

@@ -473,7 +473,6 @@ main(int argc, char *argv[])
 		if (doredraw) {
 			redraw();
 			doredraw = false;
-			continue;
 		}
 
 		if (pfd[0].revents & POLLIN) {