From 1b16d1545b35b3e80ec0f99185122b80ebfd23e3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Fri, 19 Jun 2009 00:00:46 +0000 Subject: [PATCH] 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 --- src/tex2lyx/preamble.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = -- 2.39.2