remove obsolete comment

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16413 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-12-28 12:01:27 +00:00
parent ea81b496be
commit 4de1cc0339

View File

@ -72,9 +72,8 @@ void InsetLabel::doDispatch(LCursor & cur, FuncRequest & cmd)
break;
}
if (p["name"] != params()["name"])
// FIXME UNICODE
cur.bv().buffer()->changeRefsIfUnique(params()["name"],
p["name"], InsetBase::REF_CODE);
p["name"], InsetBase::REF_CODE);
setParams(p);
break;
}