Browse Source

Remove useless continue

Jochen Sprickerhof 5 years ago
parent
commit
aa67a3e9c8
1 changed files with 0 additions and 1 deletions
  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) {