mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
Unused variable.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33684 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d70f91a380
commit
4a07f1d0e2
@ -75,7 +75,6 @@ void InsetBibitem::initView()
|
||||
|
||||
void InsetBibitem::updateCommand(docstring const & new_key, bool)
|
||||
{
|
||||
docstring const old_key = getParam("key");
|
||||
docstring key = new_key;
|
||||
|
||||
vector<docstring> bibkeys = buffer().masterBibInfo().getKeys();
|
||||
|
Loading…
Reference in New Issue
Block a user