Unused variable.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33684 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-03-08 20:54:31 +00:00
parent d70f91a380
commit 4a07f1d0e2

View File

@ -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();