mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +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.
|
||||
grfx::setDisplayTranslator();
|
||||
|
||||
lyxerr << argc << endl;
|
||||
|
||||
if (want_gui) {
|
||||
lyxerr << "parsinint" << endl;
|
||||
lyx_gui::parse_init(argc, argv);
|
||||
}
|
||||
|
||||
lyxerr << argc << endl;
|
||||
|
||||
// check for any spurious extra arguments
|
||||
// other than documents
|
||||
for (int argi = 1; argi < argc ; ++argi) {
|
||||
|
Loading…
Reference in New Issue
Block a user