Eliminar comentario innecesario

Signed-off-by: somebody_master <somebody_master@somebodyserver.mooo.com>
This commit is contained in:
Somebody Master 2020-10-28 21:34:57 +01:00
parent c48315370e
commit deaeedd8a5
Signed by: somebody_master
GPG Key ID: 78315CFDF0B25505

View File

@ -13,7 +13,6 @@ int ui::g_menuWith = 30;
bool ui::g_mensaje = false; bool ui::g_mensaje = false;
int8_t ui::initUI(const int8_t *menu_principal, const int8_t *menu_error) { int8_t ui::initUI(const int8_t *menu_principal, const int8_t *menu_error) {
/*TODO hacer que la interfaz lea la localización*/
initscr(); initscr();
noecho(); noecho();
cbreak(); cbreak();