mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
tex2lyx/preamble.cpp: comment out no longer used code
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30169 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0aa4d9d25e
commit
1b16d1545b
@ -563,8 +563,8 @@ void parse_preamble(Parser & p, ostream & os,
|
||||
h_preamble << t.asInput();
|
||||
|
||||
else if (t.cat() == catComment) {
|
||||
// regex to parse comments
|
||||
static regex const islyxfile("%% LyX .* created this file");
|
||||
// regex to parse comments (currently not used)
|
||||
//static regex const islyxfile("%% LyX .* created this file");
|
||||
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