mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-13 14:32:04 +00:00
remove unneeded setBuffer().
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31904 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d1df0f1c13
commit
1ff07e2958
@ -54,7 +54,6 @@ namespace os = support::os;
|
||||
InsetBibtex::InsetBibtex(Buffer * buf, InsetCommandParams const & p)
|
||||
: InsetCommand(buf, p, "bibtex")
|
||||
{
|
||||
Inset::setBuffer(const_cast<Buffer &>(*buf));
|
||||
buffer_->invalidateBibinfoCache();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user