]> git.lyx.org Git - features.git/blobdiff - src/Counters.cpp
Add comment.
[features.git] / src / Counters.cpp
index 1e865c73d4b3dd4859a8ef8915c2d36f83cffeff..2c661eda4864576a8a5fe8230bc4b2a3ef0258cf 100644 (file)
@@ -296,6 +296,9 @@ void Counters::reset(docstring const & match)
 
 bool Counters::remove(docstring const & cnt)
 {
+       // NOTE It might be worth trying to remove this counter
+       // as "master" for any counter that declares it, but we
+       // don't actually need to do so.
        return counterList_.erase(cnt);
 }