From bcfa3547be10bcec952fcc31537f89adf0ac625c Mon Sep 17 00:00:00 2001 From: Guillaume Munch Date: Sun, 31 Jan 2016 16:02:18 +0000 Subject: [PATCH] minor cleanup --- src/insets/Inset.cpp | 3 --- src/insets/InsetTabular.cpp | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) 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