X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmain.cpp;h=e9893062df561a564207bd03e3e8ce38e7bce941;hb=c393abbe12c360eec07a3dcbb5929e6b7c0ad329;hp=659c9e074b6a59f00858cac4fe8c07d4be4b131f;hpb=9abb7db46800e554f57e865a3e768602ffd9d6f1;p=lyx.git diff --git a/src/main.cpp b/src/main.cpp index 659c9e074b..e9893062df 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. @@ -36,13 +36,8 @@ int main(int argc, char * argv[]) // early as possible. lyx::lyxerr.setStream(cerr); - LYXERR0("acssdc"); - 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);