summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Carbonneaux2014-10-23 12:15:39 -0400
committerQuentin Carbonneaux2014-10-23 12:15:39 -0400
commit7989da5b289799f6e27d0575ffa4d75e51124628 (patch)
tree9ed8e0f047ff4c0a71477ef86b9b4af0c47959b2
parentb6d5fb8431a73ce7e4568d26d999b47e7734ba8c (diff)
remove useless fields in W
-rw-r--r--win.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/win.h b/win.h
index 6ee9ea3..1faaab0 100644
--- a/win.h
+++ b/win.h
@@ -27,8 +27,6 @@ struct w {
EBuf *eb; /* underlying buffer object */
GRect rect; /* rectangle on the screen */
int dirty: 1; /* force redraw */
- int insert: 1; /* inserting */
- int focus: 1; /* focused window */
};
enum CursorLoc { CTop, CMid, CBot };