]> git.lyx.org Git - lyx.git/blobdiff - src/ModuleList.h
Synchronize lfun thematical ordering and func_type.
[lyx.git] / src / ModuleList.h
index e0e52f72ee572408ca32f3f372afe493d344ad58..2281a5d74c48c8d9e3ec2aef34880e4389d69a92 100644 (file)
@@ -57,7 +57,7 @@ private:
        std::string filename;
        /// a short description for use in the ui
        std::string description;
-       /// the LaTeX packages on which this depends, if any (not implemented)
+       /// the LaTeX packages on which this depends, if any
        std::vector<std::string> packageList;
        /// Modules this one requires: at least one
        std::vector<std::string> requiredModules;