Remove undefined functions.

This commit is contained in:
Thomas Wienecke
2014-04-10 18:53:24 +02:00
parent 7cb20fd1b0
commit 3a5f538cad
22 changed files with 0 additions and 92 deletions

View File

@@ -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);