mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
Remove unused TERMINAL_OPTIONS_INIT() macro
It's not used after aa9cb48
This commit is contained in:
@@ -18,15 +18,6 @@ typedef struct {
|
|||||||
terminal_close_cb close_cb;
|
terminal_close_cb close_cb;
|
||||||
} TerminalOptions;
|
} 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
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||||
# include "terminal.h.generated.h"
|
# include "terminal.h.generated.h"
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user