From deaeedd8a5493b1e52bb2bc5ef1507ef8cec5a0a Mon Sep 17 00:00:00 2001 From: somebody_master Date: Wed, 28 Oct 2020 21:34:57 +0100 Subject: [PATCH] Eliminar comentario innecesario Signed-off-by: somebody_master --- src/ui.cpp | 1 - 1 file changed, 1 deletion(-) 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();