From: Guillaume Munch Date: Sun, 31 Jan 2016 16:02:18 +0000 (+0000) Subject: minor cleanup X-Git-Tag: 2.2.0beta1~32 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=bcfa3547be10bcec952fcc31537f89adf0ac625c;p=features.git minor cleanup --- 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