mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
remove some debug stuff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3643 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
be0b4abbc3
commit
4b348558bb
@ -1,5 +1,7 @@
|
|||||||
2002-03-02 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
2002-03-02 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
||||||
|
|
||||||
|
* lyxlayout.C (Read): remove some debug info that I forgot.
|
||||||
|
|
||||||
* buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
|
* buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
|
||||||
clean up the code slightly.
|
clean up the code slightly.
|
||||||
(makeLinuxDocFile): ditto
|
(makeLinuxDocFile): ditto
|
||||||
|
@ -192,8 +192,7 @@ bool LyXLayout::Read (LyXLex & lexrc, LyXTextClass const & tclass)
|
|||||||
LyXTextClass::const_iterator end = tclass.end();
|
LyXTextClass::const_iterator end = tclass.end();
|
||||||
lyxerr << "All layouts so far:" << endl;
|
lyxerr << "All layouts so far:" << endl;
|
||||||
for (; it != end; ++it) {
|
for (; it != end; ++it) {
|
||||||
//lyxerr << it->name() << endl;
|
lyxerr << it->name() << endl;
|
||||||
fprintf(stderr, "%s\n", it->name().c_str());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//lexrc.printError("Cannot copy known "
|
//lexrc.printError("Cannot copy known "
|
||||||
|
Loading…
Reference in New Issue
Block a user