mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 09:15:50 +00:00
branch: tex2lyx/preamble.cpp:
- remove unneeded comment (sorry for all these small bits) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30170 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a111cf6310
commit
c8554cfdeb
@ -563,7 +563,6 @@ void parse_preamble(Parser & p, ostream & os,
|
||||
h_preamble << t.asInput();
|
||||
|
||||
else if (t.cat() == catComment) {
|
||||
// regex to parse comments
|
||||
string const comment = t.asInput();
|
||||
// magically switch encoding default if it looks like XeLaTeX
|
||||
static string const magicXeLaTeX =
|
||||
|
Loading…
Reference in New Issue
Block a user