mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
ea81b496be
commit
4de1cc0339
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user