]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
LogUi.ui: string redundancy.
[lyx.git] / src / LyXRC.h
index 06ef2760aa05c17006b71bbc281931f7d9227e10..bc5450480518815f92e8567d532425c943c843a1 100644 (file)
@@ -324,20 +324,12 @@ public:
        unsigned int plaintext_linelen;
        /// Accept compound words in spellchecker?
        bool spellchecker_accept_compound;
-       /// Use alternate language?
-       bool spellchecker_use_alt_lang;
-       /// Use personal dictionary?
-       bool spellchecker_use_pers_dict;
        /// Use tooltips?
        bool use_tooltip;
        /// Use pixmap cache?
        bool use_pixmap_cache;
-       /// Use escape chars?
-       bool spellchecker_use_esc_chars;
        /// Alternate language for spellchecker
        std::string spellchecker_alt_lang;
-       /// Alternate personal dictionary file for the spellchecker
-       std::string spellchecker_pers_dict;
        /// Escape characters
        std::string spellchecker_esc_chars;
        /// spellcheck continuously?