From: Richard Heck Date: Mon, 8 Mar 2010 20:54:31 +0000 (+0000) Subject: Unused variable. X-Git-Tag: 2.0.0~3855 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=4a07f1d0e22193dc233f3fa3118638e9e7dfb83b;p=features.git Unused variable. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33684 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetBibitem.cpp b/src/insets/InsetBibitem.cpp index 46f30e2147..434bd4c8b7 100644 --- a/src/insets/InsetBibitem.cpp +++ b/src/insets/InsetBibitem.cpp @@ -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 bibkeys = buffer().masterBibInfo().getKeys();