From: Uwe Stöhr Date: Fri, 19 Jun 2009 00:00:46 +0000 (+0000) Subject: tex2lyx/preamble.cpp: comment out no longer used code X-Git-Tag: 2.0.0~6269 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1b16d1545b35b3e80ec0f99185122b80ebfd23e3;p=features.git 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 --- diff --git a/src/tex2lyx/preamble.cpp b/src/tex2lyx/preamble.cpp index 4ddaa87318..599a548097 100644 --- a/src/tex2lyx/preamble.cpp +++ b/src/tex2lyx/preamble.cpp @@ -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 =