summaryrefslogtreecommitdiff
path: root/src/termhooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/termhooks.h')
-rw-r--r--src/termhooks.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/termhooks.h b/src/termhooks.h
index 7aef3ae619d..f9bf9d785b6 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -651,10 +651,8 @@ extern void delete_terminal (struct terminal *);
/* The initial terminal device, created by initial_term_init. */
extern struct terminal *initial_terminal;
-#ifdef DOS_NT
extern unsigned char *encode_terminal_code (struct glyph *, int,
struct coding_system *);
-#endif
#ifdef HAVE_GPM
extern void close_gpm (int gpm_fd);