Explorar o código

Removing unneeded comments.

Christoph Lohmann %!s(int64=12) %!d(string=hai) anos
pai
achega
3ae0299064
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      st.c

+ 1 - 2
st.c

@@ -1195,11 +1195,10 @@ treset(void) {
 
 void
 tnew(int col, int row) {
-	/* setting "zero" terminal to resize it later */
 	memset(&term, 0, sizeof(Term));
 	tresize(col, row);
 	term.numlock = 1;
-	/* setup screen */
+
 	treset();
 }