Remove FEAT_CON_DIALOG

Support for :confirm with console dialog.
This commit is contained in:
Hinidu 2014-04-11 23:40:50 +03:00 committed by Justin M. Keyes
parent cfea68db8e
commit f65028e5a0
2 changed files with 2 additions and 3 deletions

View File

@ -105,7 +105,6 @@
#define FEAT_BROWSE_CMD
#define FEAT_CMDHIST
#define FEAT_CONCEAL
#define FEAT_CON_DIALOG
#define FEAT_CSCOPE
#define FEAT_CURSORBIND
#define FEAT_DIGRAPHS

View File

@ -1501,7 +1501,7 @@ static char_u *make_percent_swname(char_u *dir, char_u *name)
}
#endif
#if defined(UNIX) && (defined(FEAT_GUI_DIALOG) || defined(FEAT_CON_DIALOG))
#ifdef UNIX
static int process_still_running;
#endif
@ -3405,7 +3405,7 @@ findswapname (
int choice = 0;
#endif
#if defined(UNIX) && (defined(FEAT_GUI_DIALOG) || defined(FEAT_CON_DIALOG))
#ifdef UNIX
process_still_running = FALSE;
#endif
/*