]> git.lyx.org Git - features.git/blobdiff - src/Buffer.h
Revert r36696: We can't collect BibTeX information during the
[features.git] / src / Buffer.h
index a13f0c5db0c671b1d6acfcf70c26e98a6fb5c718..393951403147be7ca8f08b8b617dba021db6e5e8 100644 (file)
@@ -446,12 +446,7 @@ public:
        /// whether the cache is valid. If so, we do nothing. If not, then we
        /// reload all the BibTeX info.
        /// Note that this operates on the master document.
-       /// Normally, this is done (more cheaply) in updateBuffer(), but there are
-       /// times when we need to force it to be done and don't need a full buffer
-       /// update. This is in GuiCitation and in changeRefsIfUnique() now.
        void reloadBibInfoCache() const;
-       /// Was the cache valid the last time we checked?
-       bool isBibInfoCacheValid() const;
        /// \return the bibliography information for this buffer's master,
        /// or just for it, if it isn't a child.
        BiblioInfo const & masterBibInfo() const;