]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrc.h
remove redundant lyxerr.debugging checks; macro LYXERR already checks whether the...
[lyx.git] / src / lyxrc.h
index ceed6f936974b808058ae620b2b1e7e746feb3d5..04f202dfa5717e268d34aa1fd0b26102873f15cd 100644 (file)
@@ -87,9 +87,6 @@ public:
                RC_NUMLASTFILES,
                RC_PATH_PREFIX,
                RC_PERS_DICT,
-               RC_POPUP_BOLD_FONT,
-               RC_POPUP_FONT_ENCODING,
-               RC_POPUP_NORMAL_FONT,
                RC_PREVIEW,
                RC_PREVIEW_HASHED_LABELS,
                RC_PREVIEW_SCALE_FACTOR,
@@ -113,7 +110,6 @@ public:
                RC_PRINT_COMMAND,
                RC_RTL_SUPPORT,
                RC_SCREEN_DPI,
-               RC_SCREEN_FONT_ENCODING,
                RC_SCREEN_FONT_ROMAN,
                RC_SCREEN_FONT_ROMAN_FOUNDRY,
                RC_SCREEN_FONT_SANS,
@@ -276,37 +272,6 @@ public:
        ///
        std::string typewriter_font_foundry;
        ///
-       std::string popup_bold_font;
-       ///
-       std::string popup_normal_font;
-       ///
-       std::string font_norm;
-       ///
-       enum FontEncoding {
-               ///
-               ISO_10646_1,
-               ///
-               ISO_8859_1,
-               ///
-               ISO_8859_3,
-               ///
-               ISO_8859_4,
-               ///
-               ISO_8859_6_8,
-               ///
-               ISO_8859_9,
-               ///
-               ISO_8859_15,
-               ///
-               OTHER_ENCODING
-       };
-       ///
-       FontEncoding font_norm_type;
-       ///
-       void set_font_norm_type();
-       ///
-       std::string popup_font_encoding;
-       ///
        unsigned int autosave;
        ///
        std::string plaintext_roff_command;