refactor: remove SYS_MENU_FILE (unused)

This commit is contained in:
Yamakaky
2015-05-10 15:53:18 +02:00
committed by Justin M. Keyes
parent 2e46765849
commit d4b4d7d0ec

View File

@@ -93,10 +93,6 @@
# define INDOFF_FILE "indoff.vim" # define INDOFF_FILE "indoff.vim"
#endif #endif
#ifndef SYS_MENU_FILE
# define SYS_MENU_FILE "$VIMRUNTIME/menu.vim"
#endif
#define DFLT_ERRORFILE "errors.err" #define DFLT_ERRORFILE "errors.err"
// Unix has plenty of memory, use large buffers. // Unix has plenty of memory, use large buffers.