Eliminar inicialización innecesaria

Signed-off-by: somebody_master <somebody_master@somebodyserver.mooo.com>
This commit is contained in:
Somebody Master 2020-12-01 12:24:58 +01:00
parent 21dabc8f94
commit ac5d0b5fc7
Signed by: somebody_master
GPG Key ID: 78315CFDF0B25505

View File

@ -3,27 +3,27 @@
#include "idiomas/gl.hpp"
#include "idiomas/en.hpp"
std::string txt::g_noColor = "";
std::string txt::g_errorGenerico_1 = "";
std::string txt::g_errorGenerico_2 = "";
std::string txt::g_menuPrincipal = "";
std::string txt::g_menuPrincipal_1 = "";
std::string txt::g_menuPrincipal_2 = "";
std::string txt::g_menuPrincipal_3 = "";
std::string txt::g_menuConfigurar = "";
std::string txt::g_menuConfigurar_1 = "";
std::string txt::g_menuConfigurar_2 = "";
std::string txt::g_menuConfigurar_3 = "";
std::string txt::g_menuConfigurar_4 = "";
std::string txt::g_confTodo = "";
std::string txt::g_confHilos = "";
std::string txt::g_confTiempo = "";
std::string txt::g_confHilosInput = "";
std::string txt::g_confTiempoInput = "";
std::string txt::g_confHilosError = "";
std::string txt::g_confTiempoError = "";
std::string txt::g_confArchText_1 = "";
std::string txt::g_confArchText_2 = "";
std::string txt::g_noColor;
std::string txt::g_errorGenerico_1;
std::string txt::g_errorGenerico_2;
std::string txt::g_menuPrincipal;
std::string txt::g_menuPrincipal_1;
std::string txt::g_menuPrincipal_2;
std::string txt::g_menuPrincipal_3;
std::string txt::g_menuConfigurar;
std::string txt::g_menuConfigurar_1;
std::string txt::g_menuConfigurar_2;
std::string txt::g_menuConfigurar_3;
std::string txt::g_menuConfigurar_4;
std::string txt::g_confTodo;
std::string txt::g_confHilos;
std::string txt::g_confTiempo;
std::string txt::g_confHilosInput;
std::string txt::g_confTiempoInput;
std::string txt::g_confHilosError;
std::string txt::g_confTiempoError;
std::string txt::g_confArchText_1;
std::string txt::g_confArchText_2;
void txt::inicializarIdioma(std::string idioma){
idioma = idioma.substr(0, idioma.find("_"));