Removed FEAT_WINDOWS

Support for multiple windows and status line.
This commit is contained in:
Hinidu
2014-04-08 23:52:28 +03:00
committed by Justin M. Keyes
parent 3dddceedce
commit dd7657c160
9 changed files with 14 additions and 25 deletions

View File

@@ -363,9 +363,7 @@ int get_real_state(void)
}
#if defined(FEAT_SESSION) || defined(MSWIN) || defined(FEAT_GUI_MAC) \
|| ((defined(FEAT_GUI_GTK)) \
&& ( defined(FEAT_WINDOWS) || defined(FEAT_DND)) ) \
|| defined(PROTO)
|| defined(FEAT_GUI_GTK) || defined(PROTO)
/*
* Change to a file's directory.
* Caller must call shorten_fnames()!