X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXRC.h;h=28149595ad305697e1a3532b33b4714465390788;hb=5a8b8ba8e11360a716465b9c6c7c0dc48f37f552;hp=14f73d9deba32ad1fd54c6a26cc558f84f617d7d;hpb=214f7ed262ee77229f6c648e0ae23d52c11fae5a;p=lyx.git diff --git a/src/LyXRC.h b/src/LyXRC.h index 14f73d9deb..28149595ad 100644 --- a/src/LyXRC.h +++ b/src/LyXRC.h @@ -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); ///