]> git.lyx.org Git - lyx.git/blobdiff - src/insets/render_graphic.h
changelogs
[lyx.git] / src / insets / render_graphic.h
index a5d8e5155a979771b675d70e76dfd7a440d1c58a..3c41cc277e3b9d3c79864839a8c4408f7196fee2 100644 (file)
@@ -33,9 +33,6 @@ public:
        /// Refresh the info about which file to display and how to display it.
        void update(lyx::graphics::Params const & params);
 
-       /// Is the stored checksum different to that of the graphics loader?
-       bool hasFileChanged() const;
-
        /// equivalent to dynamic_cast
        virtual RenderGraphic * asGraphic() { return this; }
 
@@ -46,9 +43,6 @@ private:
        /// The stored data.
        lyx::graphics::Loader loader_;
        lyx::graphics::Params params_;
-
-       /// Cached variable (not copied).
-       mutable unsigned long checksum_;
 };