]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbase.h
ws changes only
[lyx.git] / src / insets / insetbase.h
index b771a11da7cd0ecda72f6d1d85ba2e6333fb54fa..f261618f9b2888024269bfd5c34ead4624e09182 100644 (file)
@@ -95,10 +95,6 @@ public:
        /// draw inset and update (xo, yo)-cache
        virtual void draw(PainterInfo & pi, int x, int y) const = 0;
 
-       /// Methods to cache and retrieve a cached BufferView.
-       virtual void cache(BufferView *) const {}
-       ///
-       virtual BufferView * view() const { return 0; }
        /// request "external features"
        virtual void validate(LaTeXFeatures &) const {}
        /// Appends \c list with all labels found within this inset.