diff options
Diffstat (limited to 'src/term.c')
-rw-r--r-- | src/term.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/term.c b/src/term.c index 37a938e338d..642907979aa 100644 --- a/src/term.c +++ b/src/term.c @@ -527,9 +527,6 @@ static ptrdiff_t encode_terminal_dst_size; Set CODING->produced to the byte-length of the resulting byte sequence, and return a pointer to that byte sequence. */ -#ifndef DOS_NT -static -#endif unsigned char * encode_terminal_code (struct glyph *src, int src_len, struct coding_system *coding) @@ -3583,9 +3580,6 @@ tty_menu_new_item_coords (struct frame *f, int which, int *x, int *y) } /* WINDOWSNT uses this as menu_show_hook, see w32console.c. */ -#ifndef WINDOWSNT -static -#endif Lisp_Object tty_menu_show (struct frame *f, int x, int y, int menuflags, Lisp_Object title, const char **error_name) |