diff options
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -236,7 +236,6 @@ typedef struct Ted { // while a menu or something is open, there is no active buffer. when the menu is closed, // the old active buffer needs to be restored. that's what this stores. TextBuffer *prev_active_buffer; - Node *root; Node *active_node; Settings settings; float window_width, window_height; |