From: Richard Heck Date: Wed, 12 Jan 2011 13:40:47 +0000 (+0000) Subject: Remove obsolete comments. X-Git-Tag: 2.0.0~1127 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f3c472e76928a2217050d90f399c3da38f63fdd9;p=features.git Remove obsolete comments. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37184 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Text.cpp b/src/Text.cpp index 1028d5c3d6..6c899a95e8 100644 --- a/src/Text.cpp +++ b/src/Text.cpp @@ -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; diff --git a/src/mathed/InsetMathHull.cpp b/src/mathed/InsetMathHull.cpp index 2cb8ea30b1..5ef21f31b4 100644 --- a/src/mathed/InsetMathHull.cpp +++ b/src/mathed/InsetMathHull.cpp @@ -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;