]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
Update buffer after preferences change.
[lyx.git] / src / LyXRC.h
index 53766731e86d710d4b0fb848c09fabbfa826748b..b499c7aebfaa5fba7ee9e77bdb3304a1c4f62cef 100644 (file)
@@ -80,7 +80,6 @@ public:
                RC_ESC_CHARS,
                RC_EXAMPLEPATH,
                RC_EXPORT_OVERWRITE,
-               RC_FONT_ENCODING,
                RC_FILEFORMAT,
                RC_FORWARD_SEARCH_DVI,
                RC_FORWARD_SEARCH_PDF,
@@ -218,6 +217,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);
        ///
@@ -308,8 +309,6 @@ public:
        /// DPI of monitor
        unsigned int dpi;
        ///
-       std::string fontenc;
-       ///
        std::string roman_font_name;
        ///
        std::string sans_font_name;