]> git.lyx.org Git - features.git/blobdiff - src/insets/Inset.h
Don't need this argument, since it was only ever called thus:
[features.git] / src / insets / Inset.h
index 3ee807b33352b65362f9c711a002710449057435..6aefde8f7f6bb8e2234658dd50b8801e9004afda 100644 (file)
@@ -478,7 +478,7 @@ public:
        /// pit is the ParConstIterator of the paragraph containing the inset
        virtual void addToToc(DocIterator const &) {}
        /// Fill keys with BibTeX information
-       virtual void fillWithBibKeys(BiblioInfo &, InsetIterator const &) const {}
+       virtual void fillWithBibKeys(BiblioInfo &) const {}
        /// Update the counters of this inset and of its contents.
        /// The boolean indicates whether we are preparing for output, e.g.,
        /// of XHTML.