mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
minor cleanup
This commit is contained in:
parent
bac98eaf4b
commit
bcfa3547be
@ -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;
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user