remove commented line in ncurses.cc

This commit is contained in:
Maxime Coste 2013-03-05 19:21:29 +01:00
parent ca1d957829
commit 3e7344fb14

View File

@ -90,7 +90,6 @@ void on_sigint(int)
NCursesUI::NCursesUI()
: m_stdin_watcher{0, [this](FDWatcher&){ if (m_input_callback) m_input_callback(); }}
{
//setlocale(LC_CTYPE, "");
initscr();
cbreak();
noecho();