mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
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:
parent
8cd46dd3c3
commit
e71e663b8e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user