]> git.lyx.org Git - features.git/commitdiff
minor cleanup
authorGuillaume Munch <gm@lyx.org>
Sun, 31 Jan 2016 16:02:18 +0000 (16:02 +0000)
committerGuillaume Munch <gm@lyx.org>
Sun, 31 Jan 2016 16:02:18 +0000 (16:02 +0000)
src/insets/Inset.cpp
src/insets/InsetTabular.cpp

index f85b1a9566a17f710735fef0246c75cac3aca486..75991cd7de1f971f983dac21f06992fce9790820 100644 (file)
@@ -388,9 +388,6 @@ bool Inset::getStatus(Cursor &, FuncRequest const & cmd,
                // Allow modification of our data.
                // This needs to be handled in the doDispatch method of our
                // instantiatable children.
-               // FIXME: Why don't we let the insets determine whether this
-               // should be enabled or not ? Now we need this check for 
-               // the tabular features. (vfr)
                flag.setEnabled(true);
                return true;
 
index 3aeac0a9e89610f67ea0cf1f216eab1266d9757f..be2e00fa376ec34fd1104956c6aab37fa0c54c4e 100644 (file)
@@ -4872,7 +4872,7 @@ bool InsetTabular::getFeatureStatus(Cursor & cur, string const & s,
 }
 
 
-// function sets an object as defined in func_status.h:
+// function sets an object as defined in FuncStatus.h:
 // states OK, Unknown, Disabled, On, Off.
 bool InsetTabular::getStatus(Cursor & cur, FuncRequest const & cmd,
                              FuncStatus & status) const