commit bcfa3547be10bcec952fcc31537f89adf0ac625c
Author: Guillaume Munch <[email protected]>
Date:   Sun Jan 31 16:02:18 2016 +0000

    minor cleanup

diff --git a/src/insets/Inset.cpp b/src/insets/Inset.cpp
index f85b1a9..75991cd 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 3aeac0a..be2e00f 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

Reply via email to