]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
Reintroduce the code related to InsetEnvSeparator
[lyx.git] / src / LyXRC.h
index 14f73d9deba32ad1fd54c6a26cc558f84f617d7d..3e5774740260a6539477f43362e822c54cbedbcf 100644 (file)
@@ -551,7 +551,8 @@ public:
        };
        ///
        ScrollWheelZoom scroll_wheel_zoom;
-       ///
+       /// FIXME: this shall be removed, as the source does not refer
+       /// to it anymore.
        bool force_paint_single_char;
        ///
        int cursor_width;
@@ -560,17 +561,6 @@ public:
 };
 
 
-/** \c LyXRC_PreviewStatus is a wrapper for LyXRC::PreviewStatus.
- *  It can be forward-declared and passed as a function argument without
- *  having to expose LyXRC.h.
- */
-class LyXRC_PreviewStatus {
-       LyXRC::PreviewStatus val_;
-public:
-       LyXRC_PreviewStatus(LyXRC::PreviewStatus val) : val_(val) {}
-       operator LyXRC::PreviewStatus() const { return val_; }
-};
-
 void actOnUpdatedPrefs(LyXRC const & lyxrc_orig, LyXRC const & lyxrc_new);
 
 ///