diff options
-rw-r--r-- | src/nvim/ui.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nvim/ui.c b/src/nvim/ui.c index 7d7aaa9903..7775d98983 100644 --- a/src/nvim/ui.c +++ b/src/nvim/ui.c @@ -115,10 +115,6 @@ static char uilog_last_event[1024] = { 0 }; # include "ui_events_call.generated.h" #endif -#ifndef EXITFREE -# undef entered_free_all_mem -#endif - void ui_init(void) { default_grid.handle = 1; |