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:
Richard Heck 2011-01-12 13:40:47 +00:00
parent a20882a270
commit f3c472e769
2 changed files with 0 additions and 4 deletions

View File

@ -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;

View File

@ -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;