X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmain.cpp;h=b72725372be83e04874a17570fae7441fc19ef84;hb=925f933a19eb15c49467a60bbd2e4bf30adde294;hp=11f91d3f55e76d9b744498481e6330c4f3dd6fd0;hpb=ab3459c41088cd4d50f8e902c80f42094fe77e03;p=lyx.git diff --git a/src/main.cpp b/src/main.cpp index 11f91d3f55..b72725372b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3,7 +3,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * \author Jean Marc Lasgouttes * * Full author contact details are available in file CREDITS. @@ -14,7 +14,6 @@ #include "LyX.h" #include "support/debug.h" -#include "support/gettext.h" #include "support/os.h" #include @@ -38,9 +37,6 @@ int main(int argc, char * argv[]) lyx::support::os::init(argc, argv); - // initialize for internationalized version *EK* - lyx::locale_init(); - lyx::LyX the_lyx_instance; return the_lyx_instance.exec(argc, argv);