mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +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
|
// output is wrong if this paragraph contains content
|
||||||
// that needs to switch encoding.
|
// that needs to switch encoding.
|
||||||
Buffer const & buf = inset_owner_->buffer();
|
Buffer const & buf = inset_owner_->buffer();
|
||||||
BufferParams const & bp = features.runparams().is_child
|
|
||||||
? buf.masterParams() : buf.params();
|
|
||||||
otexstringstream os;
|
otexstringstream os;
|
||||||
os << layout_->preamble();
|
os << layout_->preamble();
|
||||||
size_t const length = os.length();
|
size_t const length = os.length();
|
||||||
|
Loading…
Reference in New Issue
Block a user