]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsLoader.h
Store an InsetBase & in MailInset.
[lyx.git] / src / graphics / GraphicsLoader.h
index 2fcd23a2622afd46c35eb8c4b32579185e07577d..893070919a9232bd9ddd564d0d5030f787e29729 100644 (file)
@@ -63,13 +63,10 @@ public:
        ///
        bool empty() const { return filename().empty(); }
 
-       /// We are explicit about when we begin the loading process.
-       void startLoading() const;
-
        /** starting loading of the image is done by a urgency-based
         *  decision. Here we only call LoaderQueue::touch to request it.
         */
-       void startLoading(Inset const &) const;
+       void startLoading() const;
 
        /** Monitor any changes to the file.
         *  There is no point monitoring the file before startLoading() is