diff options
Diffstat (limited to 'src/proto/misc2.pro')
-rw-r--r-- | src/proto/misc2.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/proto/misc2.pro b/src/proto/misc2.pro index d18ae2033..144324f6e 100644 --- a/src/proto/misc2.pro +++ b/src/proto/misc2.pro @@ -99,8 +99,6 @@ int get_user_name(char_u *buf, int len); void sort_strings(char_u **files, int count); int pathcmp(const char *p, const char *q, int maxlen); int filewritable(char_u *fname); -int emsg3(char_u *s, char_u *a1, char_u *a2); -int emsgn(char_u *s, long n); int get2c(FILE *fd); int get3c(FILE *fd); int get4c(FILE *fd); |