]> git.lyx.org Git - features.git/commitdiff
Fix warning.
authorAbdelrazak Younes <younes@lyx.org>
Tue, 26 Feb 2008 08:31:00 +0000 (08:31 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 26 Feb 2008 08:31:00 +0000 (08:31 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23242 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetCommandParams.cpp

index fe48fe9d90857d9408f76505be4f8c63eda4548f..10926c79fc9533df13c121529ed4de7e3ac2f9b5 100644 (file)
@@ -471,7 +471,6 @@ docstring const & InsetCommandParams::operator[](string const & name) const
 docstring & InsetCommandParams::operator[](string const & name)
 {
        BOOST_ASSERT(info_.hasParam(name));
-       ParamInfo::ParamData const & pd = info_[name];
        return params_[name];
 }