Commit Diff


commit - b7f284cfd279626aa8ac4a1df0cecdbe995267ac
commit + a020b7247eea02e5f0fc0482957d2421a98edf1f
blob - 18a06ad1029c96e968d679c7256c4841d2f716fe
blob + c7e5de1a448846d50c3df329c8979286d45e680a
--- tog/tog.c
+++ 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;