aboutsummaryrefslogtreecommitdiff
path: root/src/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/version.h')
-rw-r--r--src/version.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h
index 4941a40096..f5699bfdf6 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,7 +1,6 @@
#ifndef NEOVIM_VERSION_H
#define NEOVIM_VERSION_H
-void make_version(void);
int highest_patch(void);
int has_patch(int n);
void ex_version(exarg_T *eap);