]> git.lyx.org Git - features.git/blobdiff - src/BiblioInfo.cpp
A little cleanup of some of the BibTeX info access.
[features.git] / src / BiblioInfo.cpp
index bb9b27f7feab4b11993cedc35dcd0454ee5df9cd..5fee10ccc2743fac622048457f7417d1d9e3ed97 100644 (file)
@@ -208,12 +208,6 @@ BibTeXInfo::BibTeXInfo(docstring const & key, docstring const & type)
 {}
 
 
-bool BibTeXInfo::hasField(docstring const & field) const
-{
-       return count(field) == 1;
-}
-
-
 docstring const BibTeXInfo::getAbbreviatedAuthor() const
 {
        if (!is_bibtex_) {