]> git.lyx.org Git - features.git/commitdiff
Unused variable.
authorRichard Heck <rgheck@comcast.net>
Mon, 8 Mar 2010 20:54:31 +0000 (20:54 +0000)
committerRichard Heck <rgheck@comcast.net>
Mon, 8 Mar 2010 20:54:31 +0000 (20:54 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33684 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetBibitem.cpp

index 46f30e214754c24b04d1c4f010a1776b7edbb851..434bd4c8b748c7721218ec362a2f7c455d40d6ca 100644 (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();