]> git.lyx.org Git - features.git/blobdiff - src/insets/Inset.h
Get rid of Inset::setPosCache
[features.git] / src / insets / Inset.h
index e0418dc439195a7e4fff3400e5bc1f6b8acff93f..1b3f85ebc7ae08cb71a1f29f1db73c0a5cd39bf2 100644 (file)
@@ -216,8 +216,6 @@ public:
        int xo(BufferView const & bv) const;
        /// last drawn position for 'important' insets
        int yo(BufferView const & bv) const;
-       /// set x/y drawing position cache if available
-       virtual void setPosCache(PainterInfo const &, int, int) const;
        ///
        void setDimCache(MetricsInfo const &, Dimension const &) const;
        /// do we cover screen position x/y?