[dev] [PATCH 2/2] No need to zero-initialize global variables

From: Yuri Karaban <suckless_AT_dev97.com>
Date: Mon, 28 Apr 2014 21:36:40 +0300

---
 st.c | 3 ---
 1 file changed, 3 deletions(-)
diff --git a/st.c b/st.c
index d03230f..431f483 100644
--- a/st.c
+++ b/st.c
_AT_@ -3844,9 +3844,6 @@ main(int argc, char *argv[]) {
 	char *titles;
 	uint cols = 80, rows = 24;
 
-	xw.l = xw.t = 0;
-	xw.isfixed = False;
-
 	ARGBEGIN {
 	case 'a':
 		allowaltscreen = false;
-- 
1.9.2
Received on Mon Apr 28 2014 - 20:36:40 CEST

This archive was generated by hypermail 2.3.0 : Mon Apr 28 2014 - 20:48:10 CEST