Преглед на файлове

There is no need for a full dirt redraw.

Christoph Lohmann преди 11 години
родител
ревизия
a495fce128
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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) {