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:
Uwe Stöhr 2009-06-19 00:00:46 +00:00
parent 0aa4d9d25e
commit 1b16d1545b

View File

@ -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 =