]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathSplit.cpp
Don't parse multicolumn if the grid does not support it
[features.git] / src / mathed / InsetMathSplit.cpp
index e385e0a09ac3c3d735592d5bc7e8620278aff5ae..fb2ecbe083148047a843f849c4945571eab2d5ae 100644 (file)
@@ -48,11 +48,6 @@ Inset * InsetMathSplit::clone() const
 }
 
 
-// FIXME: InsetMathGrid should be changed to let the real column alignment be
-// given by a virtual method like displayColAlign, because the values produced
-// by defaultColAlign can be invalidated by lfuns such as add-column. I suspect
-// that for the moment the values produced by defaultColAlign are not used,
-// notably because alignment is not implemented in the LyXHTML output.
 char InsetMathSplit::defaultColAlign(col_type col)
 {
        if (name_ == "gathered")