minor cleanup

This commit is contained in:
Guillaume Munch 2016-01-31 16:02:18 +00:00
parent bac98eaf4b
commit bcfa3547be
2 changed files with 1 additions and 4 deletions

View 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;

View 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