]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
Navigator:
[lyx.git] / src / LyXRC.h
index 3b5daaedbe664b7c3d221f498ece02e6c3efb63c..e34492f2004a4778aa80c549fa191a34a0c28cad 100644 (file)
@@ -152,7 +152,6 @@ public:
                RC_USER_NAME,
                RC_USETEMPDIR,
                RC_USE_ALT_LANG,
-               RC_USE_BUNDLED_FORMAT,
                RC_USE_CONVERTER_CACHE,
                RC_USE_ESC_CHARS,
                RC_USE_INP_ENC,
@@ -377,8 +376,7 @@ public:
        ///
        int label_init_length;
        ///
-       ///graphics::DisplayType
-       int display_graphics;
+       bool display_graphics;
        ///
        bool show_banner;
        ///
@@ -443,8 +441,6 @@ public:
        bool completion_popup_after_complete;
        ///
        bool open_buffers_in_tabs;
-       ///
-       bool use_bundled_format;
 };