preamble.cpp: remove unused code

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22016 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2007-12-08 14:58:53 +00:00
parent 8cd46dd3c3
commit e71e663b8e

View 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;