Remove dead code from IOHandler

This has been dead since 2014 according to the blame

llvm-svn: 347721
This commit is contained in:
Alex Langford
2018-11-27 23:37:47 +00:00
parent c77dd514ad
commit 73b2c8faeb

View File

@@ -1744,11 +1744,7 @@ public:
void Initialize() {
::setlocale(LC_ALL, "");
::setlocale(LC_CTYPE, "");
#if 0
::initscr();
#else
m_screen = ::newterm(nullptr, m_out, m_in);
#endif
::start_color();
::curs_set(0);
::noecho();