Parcourir la source

There is no need for a full dirt redraw.

Christoph Lohmann il y a 11 ans
Parent
commit
a495fce128
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      st.c

+ 0 - 1
st.c

@@ -3440,7 +3440,6 @@ void
 redraw(int timeout) {
 	struct timespec tv = {0, timeout * 1000};
 
-	tfulldirt();
 	draw();
 
 	if(timeout > 0) {