Remove unused TERMINAL_OPTIONS_INIT() macro

It's not used after aa9cb48
This commit is contained in:
Michael Reed 2015-11-14 17:33:45 -05:00
parent 46cb0ffc91
commit be72048a8e

View File

@ -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