]> git.lyx.org Git - lyx.git/blobdiff - src/insets/render_preview.h
Final touch 'inset display()'; fix 'is a bit silly' bug
[lyx.git] / src / insets / render_preview.h
index 81fdf47f1a64ebc06d7380ef1d4662e56f69d09f..391ff05955aebdb2142fbdb780dea916a4a1e5e5 100644 (file)
@@ -73,10 +73,6 @@ public:
        /// The preview has been generated and is ready to use.
        bool previewReady() const;
 
-       /// If the preview is not ready, returns 0.
-       lyx::graphics::PreviewImage const * const pimage() const
-               { return pimage_; }
-
        /// Connect and you'll be informed when the preview is ready.
        typedef boost::signal0<void>::slot_type slot_type;
        boost::signals::connection connect(slot_type const &);