summaryrefslogtreecommitdiff
path: root/Build/source/texk/ptexenc/ptexenc.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/ptexenc/ptexenc.h')
-rw-r--r--Build/source/texk/ptexenc/ptexenc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Build/source/texk/ptexenc/ptexenc.h b/Build/source/texk/ptexenc/ptexenc.h
index 32dd464cb70..3fc2fe2711e 100644
--- a/Build/source/texk/ptexenc/ptexenc.h
+++ b/Build/source/texk/ptexenc/ptexenc.h
@@ -49,10 +49,6 @@ extern KPSEDLL int fputs2(const char *s, FILE *fp);
/* input line with encoding conversion */
extern KPSEDLL long input_line2(FILE *fp, string buff, long pos,
const long buffsize, int *lastchar);
-#define inputline2(fp,buff,pos,size) input_line2(fp,buff,pos,size,NULL)
-extern KPSEDLL long input_line3(FILE *fp, string buff, long pos,
- const long buffsize);
-#define inputline3(fp,buff,pos,size) input_line3(fp,buff,pos,size)
/* open/close through nkf */
extern KPSEDLL void nkf_disable(void);