Apparently ./configure --without-split was planned to be added in commit
433bf6c22ce90e25f3ffb0b4852631e5724ac608 but that has not happen in 17
years. Time has come to get rid of a half implemented idea.
#define gtk_loop() {fprintf (stderr, "No GTK support. Sorry.\n"); exit(EXIT_FAILURE); }
#endif
-#ifdef NO_SPLIT
-// No support for split mode, allow the calls to remain in the code.
-#define split_open()
-#define split_close()
-#define split_redraw()
-#define split_keyaction() 0
-#else
#include "split.h"
-#endif
#ifndef HAVE_IPINFO
// No support for IPINFO allow the calls to remain in the main code.