]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
Fix uninitialized value revealed by Coverity
[lyx.git] / src / LyXRC.h
index c56c5818e436685e96d562e84da44d41d1f0415f..8a371d902c88e79d463fc5763c1795688e55c3b1 100644 (file)
@@ -66,7 +66,6 @@ public:
                RC_COPIER,
                RC_CURSOR_FOLLOWS_SCROLLBAR,
                RC_CURSOR_WIDTH,
-               RC_DATE_INSERT_FORMAT,
                RC_DEFAULT_DECIMAL_POINT,
                RC_DEFAULT_LENGTH_UNIT,
                RC_DEFAULT_OTF_VIEW_FORMAT,
@@ -217,6 +216,8 @@ public:
                   std::string const & tag = std::string()) const;
        ///
        void print() const;
+       ///
+       std::set<std::string> getRCs();
        // FIXME unused (was used for xforms. Do we still need this?)
        //static docstring const getDescription(LyXRCTags);
        ///
@@ -355,8 +356,6 @@ public:
        ///
        std::string lyxpipes;
        ///
-       std::string date_insert_format;
-       ///
        std::string language_custom_package;
        ///
        bool language_auto_begin;