diff --git a/src/insets/Inset.cpp b/src/insets/Inset.cpp index f85b1a9566..75991cd7de 100644 --- a/src/insets/Inset.cpp +++ b/src/insets/Inset.cpp @@ -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; diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp index 3aeac0a9e8..be2e00fa37 100644 --- a/src/insets/InsetTabular.cpp +++ b/src/insets/InsetTabular.cpp @@ -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