Fix warning.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23242 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-02-26 08:31:00 +00:00
parent b0de1dca99
commit 1f18764d97

View 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];
}