]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetinclude.h
insetcharstyle drawing cosmetics
[lyx.git] / src / insets / insetinclude.h
index 391940f0f71aaa71c6e6d7adf119647b60ed09bd..b0aae9d27f52fea1a0665a2f289445abebc3b288 100644 (file)
@@ -39,7 +39,7 @@ public:
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
-       virtual bool display() const { return true; }
+       virtual bool display() const;
 
        /// get the parameters
        InsetCommandParams const & params(void) const;
@@ -85,8 +85,6 @@ protected:
        ///
        virtual void priv_dispatch(LCursor & cur, FuncRequest & cmd);
 private:
-       /// Slot receiving a signal that the preview is ready to display.
-       void statusChanged() const;
        /** Slot receiving a signal that the external file has changed
         *  and the preview should be regenerated.
         */