mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Remove unused TERMINAL_OPTIONS_INIT() macro
It's not used after aa9cb48
This commit is contained in:
parent
46cb0ffc91
commit
be72048a8e
@ -18,15 +18,6 @@ typedef struct {
|
||||
terminal_close_cb close_cb;
|
||||
} TerminalOptions;
|
||||
|
||||
#define TERMINAL_OPTIONS_INIT ((TerminalOptions) { \
|
||||
.data = NULL, \
|
||||
.width = 80, \
|
||||
.height = 24, \
|
||||
.write_cb = NULL, \
|
||||
.resize_cb = NULL, \
|
||||
.close_cb = NULL \
|
||||
})
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "terminal.h.generated.h"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user