mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Revove unused variable
This commit is contained in:
parent
d20de88953
commit
a26173f171
@ -1442,8 +1442,6 @@ void Paragraph::Private::validate(LaTeXFeatures & features) const
|
||||
// output is wrong if this paragraph contains content
|
||||
// that needs to switch encoding.
|
||||
Buffer const & buf = inset_owner_->buffer();
|
||||
BufferParams const & bp = features.runparams().is_child
|
||||
? buf.masterParams() : buf.params();
|
||||
otexstringstream os;
|
||||
os << layout_->preamble();
|
||||
size_t const length = os.length();
|
||||
|
Loading…
Reference in New Issue
Block a user