]> git.lyx.org Git - features.git/commitdiff
Remove obsolete comments.
authorRichard Heck <rgheck@comcast.net>
Wed, 12 Jan 2011 13:40:47 +0000 (13:40 +0000)
committerRichard Heck <rgheck@comcast.net>
Wed, 12 Jan 2011 13:40:47 +0000 (13:40 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37184 a592a061-630c-0410-9148-cb99ea01b6c8

src/Text.cpp
src/mathed/InsetMathHull.cpp

index 1028d5c3d631831975eba6198a252e250aec309d..6c899a95e8f7f65d86210de687f785cd7dfa85ce 100644 (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;
index 2cb8ea30b187525aafcf925c435697826a9d22a0..5ef21f31b48b9939907f691d821ae50e248e6df1 100644 (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;