Commit a020b7247eea02e5f0fc0482957d2421a98edf1f

Stefan Sperling 2018-10-07T12:08:37

remove unused fields from struct tog_view

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/tog/tog.c b/tog/tog.c
index 18a06ad..c7e5de1 100644
--- a/tog/tog.c
+++ b/tog/tog.c
@@ -203,8 +203,6 @@ struct tog_view {
 	int nlines, ncols, begin_y, begin_x;
 	int lines, cols; /* copies of LINES and COLS */
 	int focussed;
-	struct tog_view *parent;
-	struct tog_view *child;
 
 	/* type-specific state */
 	enum tog_view_type type;