]> git.lyx.org Git - features.git/commitdiff
preamble.cpp: remove unused code
authorUwe Stöhr <uwestoehr@web.de>
Sat, 8 Dec 2007 14:58:53 +0000 (14:58 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sat, 8 Dec 2007 14:58:53 +0000 (14:58 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22016 a592a061-630c-0410-9148-cb99ea01b6c8

src/tex2lyx/preamble.cpp

index 414ab15f7988be283ef1b23897c43f8e43ccb693..14920fdf7c72203bf9e72cb3e347e6987315115e 100644 (file)
@@ -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;