]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetRef.h
Do not scan BibTeX files multiple times in a collectBibKeys() procedure.
[lyx.git] / src / insets / InsetRef.h
index 15f1225950fd56fc8f7c873699793b128085e8bf..066a596630b15f55399e015f96bdafd364780a7d 100644 (file)
@@ -45,12 +45,10 @@ public:
        docstring toolTip(BufferView const &, int, int) const
                { return tooltip_; }
        ///
-       docstring getTOCString() const;
+  docstring getTOCString() const;
        ///
        bool hasSettings() const { return true; }
        ///
-       bool inheritFont() const { return true; }
-       ///
        InsetCode lyxCode() const { return REF_CODE; }
        ///
        DisplayType display() const { return Inline; }