mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
back out debug check accidentally commited
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5982 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d6d4c14706
commit
a80b7f7f84
@ -93,15 +93,10 @@ LyX::LyX(int & argc, char * argv[])
|
|||||||
// #include "graphics/GraphicsTypes.h" at the top -- Rob Lahaye.
|
// #include "graphics/GraphicsTypes.h" at the top -- Rob Lahaye.
|
||||||
grfx::setDisplayTranslator();
|
grfx::setDisplayTranslator();
|
||||||
|
|
||||||
lyxerr << argc << endl;
|
|
||||||
|
|
||||||
if (want_gui) {
|
if (want_gui) {
|
||||||
lyxerr << "parsinint" << endl;
|
|
||||||
lyx_gui::parse_init(argc, argv);
|
lyx_gui::parse_init(argc, argv);
|
||||||
}
|
}
|
||||||
|
|
||||||
lyxerr << argc << endl;
|
|
||||||
|
|
||||||
// check for any spurious extra arguments
|
// check for any spurious extra arguments
|
||||||
// other than documents
|
// other than documents
|
||||||
for (int argi = 1; argi < argc ; ++argi) {
|
for (int argi = 1; argi < argc ; ++argi) {
|
||||||
|
Loading…
Reference in New Issue
Block a user