]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
Make LaTeX export threadsafe.
[lyx.git] / src / LyXRC.h
index 14f73d9deba32ad1fd54c6a26cc558f84f617d7d..28149595ad305697e1a3532b33b4714465390788 100644 (file)
@@ -560,17 +560,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);
 
 ///