From e71e663b8e8cc2138a63ae5eba89f5f712de3ad1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Sat, 8 Dec 2007 14:58:53 +0000 Subject: [PATCH] preamble.cpp: remove unused code git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22016 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/tex2lyx/preamble.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tex2lyx/preamble.cpp b/src/tex2lyx/preamble.cpp index 414ab15f79..14920fdf7c 100644 --- a/src/tex2lyx/preamble.cpp +++ b/src/tex2lyx/preamble.cpp @@ -557,7 +557,6 @@ TextClass const parse_preamble(Parser & p, ostream & os, string const & forcecla string opts = p.getOpt(); if (!opts.empty()) { istringstream is(string(opts, 1)); - //cerr << "opt: " << is.str() << "\n"; is >> nargs; } special_columns[name[0]] = nargs; -- 2.39.2