]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
Fix uninitialized value revealed by Coverity
[lyx.git] / src / LyXRC.h
index b499c7aebfaa5fba7ee9e77bdb3304a1c4f62cef..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,
@@ -357,8 +356,6 @@ public:
        ///
        std::string lyxpipes;
        ///
-       std::string date_insert_format;
-       ///
        std::string language_custom_package;
        ///
        bool language_auto_begin;