]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibtex.h
Revert "Attempt to fix bug 9158 using updateBuffer."
[lyx.git] / src / insets / InsetBibtex.h
index 882f0b8460a5ee3adbf91aab2f6527538071b8ba..2d033464f0a6409a0a1309d124622c26fba66d07 100644 (file)
@@ -29,6 +29,8 @@ class InsetBibtex : public InsetCommand {
 public:
        ///
        InsetBibtex(Buffer *, InsetCommandParams const &);
+       ///
+       ~InsetBibtex();
 
        ///
        support::FileNamePairList getBibFiles() const;
@@ -55,8 +57,6 @@ public:
        int plaintext(odocstringstream & ods, OutputParams const & op,
                      size_t max_length = INT_MAX) const;
        ///
-       void updateBuffer(ParIterator const &, UpdateType);
-       ///
        void collectBibKeys(InsetIterator const &, support::FileNameList &) const;
        ///
        void validate(LaTeXFeatures &) const;