cleanup: remove main_start_gui()

This commit is contained in:
Justin M. Keyes
2018-04-08 14:04:58 +02:00
parent 9f598e5765
commit 7362ca4430
3 changed files with 4 additions and 32 deletions

View File

@@ -6975,12 +6975,10 @@ do_exedit (
ex_no_reprint = TRUE;
}
/*
* ":gui" and ":gvim" when there is no GUI.
*/
/// ":gui" and ":gvim" when there is no GUI.
static void ex_nogui(exarg_T *eap)
{
eap->errmsg = e_nogvim;
eap->errmsg = (char_u *)N_("E25: Nvim does not have a built-in GUI");
}