Author: rgheck
Date: Wed Jan 12 14:40:47 2011
New Revision: 37184
URL: http://www.lyx.org/trac/changeset/37184

Log:
Remove obsolete comments.

Modified:
   lyx-devel/trunk/src/Text.cpp
   lyx-devel/trunk/src/mathed/InsetMathHull.cpp

Modified: lyx-devel/trunk/src/Text.cpp
==============================================================================
--- lyx-devel/trunk/src/Text.cpp        Wed Jan 12 14:30:34 2011        (r37183)
+++ lyx-devel/trunk/src/Text.cpp        Wed Jan 12 14:40:47 2011        (r37184)
@@ -1897,8 +1897,6 @@
        }
 
        if (!name.empty())
-               // FIXME refstyle
-               // We should allow customization of the separator or else 
change it
                text = name + ':' + text;
 
        return text;

Modified: lyx-devel/trunk/src/mathed/InsetMathHull.cpp
==============================================================================
--- lyx-devel/trunk/src/mathed/InsetMathHull.cpp        Wed Jan 12 14:30:34 
2011        (r37183)
+++ lyx-devel/trunk/src/mathed/InsetMathHull.cpp        Wed Jan 12 14:40:47 
2011        (r37184)
@@ -1344,8 +1344,6 @@
                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;

Reply via email to