mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Remove obsolete comments.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37184 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a20882a270
commit
f3c472e769
@ -1897,8 +1897,6 @@ docstring Text::getPossibleLabel(Cursor const & cur) const
|
||||
}
|
||||
|
||||
if (!name.empty())
|
||||
// FIXME refstyle
|
||||
// We should allow customization of the separator or else change it
|
||||
text = name + ':' + text;
|
||||
|
||||
return text;
|
||||
|
@ -1344,8 +1344,6 @@ void InsetMathHull::doDispatch(Cursor & cur, FuncRequest & cmd)
|
||||
cur.recordUndoInset();
|
||||
row_type r = (type_ == hullMultline) ? nrows() - 1 : cur.row();
|
||||
docstring old_label = label(r);
|
||||
// FIXME refstyle
|
||||
// Allow customization of this separator
|
||||
docstring const default_label = from_ascii("eq:");
|
||||
if (old_label.empty())
|
||||
old_label = default_label;
|
||||
|
Loading…
Reference in New Issue
Block a user