Remove ole

This commit is contained in:
John Schmidt
2014-03-18 17:16:01 +01:00
committed by Thiago de Arruda
parent 84b06b77bd
commit f226a4c2cd
3 changed files with 2 additions and 11 deletions

View File

@@ -313,12 +313,10 @@ int vim_is_input_buf_empty(void)
return inbufcount == 0;
}
#if defined(FEAT_OLE) || defined(PROTO)
int vim_free_in_input_buf(void)
{
#ifdef PROTO
int vim_free_in_input_buf(void) {
return INBUFLEN - inbufcount;
}
#endif