diff options
Diffstat (limited to 'src/proto.h')
-rw-r--r-- | src/proto.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/proto.h b/src/proto.h index 8089d3c02b..a2acc5a05f 100644 --- a/src/proto.h +++ b/src/proto.h @@ -42,8 +42,4 @@ vim_snprintf(char *, size_t, char *, ...); int vim_vsnprintf(char *str, size_t str_m, char *fmt, va_list ap, typval_T *tvs); -/* Ugly solution for "BalloonEval" not being defined while it's used in some - * .pro files. */ -# define BalloonEval int - #endif /* !PROTO && !NOPROTO */ |