]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
Add forgotten replacement
[lyx.git] / src / LyXRC.h
index b499c7aebfaa5fba7ee9e77bdb3304a1c4f62cef..6e1ccfd7c8aa54b772b00de2ee911f962b31d509 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,
@@ -174,7 +173,6 @@ public:
                RC_USE_NATIVE_FILEDIALOG,
                RC_USE_SYSTEM_COLORS,
                RC_USE_TOOLTIP,
-               RC_USE_PIXMAP_CACHE,
                RC_USE_SYSTEM_THEME_ICONS,
                RC_VIEWDVI_PAPEROPTION,
                RC_VIEWER,
@@ -334,8 +332,6 @@ public:
        bool use_system_colors;
        /// use native file dialog or our own ?
        bool use_native_filedialog;
-       /// Use pixmap cache?
-       bool use_pixmap_cache;
        /// Spellchecker engine: aspell, hunspell, etc
        std::string spellchecker;
        /// Alternate language for spellchecker
@@ -357,8 +353,6 @@ public:
        ///
        std::string lyxpipes;
        ///
-       std::string date_insert_format;
-       ///
        std::string language_custom_package;
        ///
        bool language_auto_begin;