diff --git a/src/ui.cpp b/src/ui.cpp index 38f89b7..37b66b2 100644 --- a/src/ui.cpp +++ b/src/ui.cpp @@ -13,7 +13,6 @@ int ui::g_menuWith = 30; bool ui::g_mensaje = false; int8_t ui::initUI(const int8_t *menu_principal, const int8_t *menu_error) { - /*TODO hacer que la interfaz lea la localización*/ initscr(); noecho(); cbreak();