From f51636b547b87b710f6a22e067e94f96d41c740f Mon Sep 17 00:00:00 2001 From: Julien Rioux Date: Mon, 4 Feb 2013 17:17:48 +0100 Subject: [PATCH] Remove unused code. --- src/BiblioInfo.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/BiblioInfo.cpp b/src/BiblioInfo.cpp index 98d0cfe57c..bf718c753b 100644 --- a/src/BiblioInfo.cpp +++ b/src/BiblioInfo.cpp @@ -625,14 +625,6 @@ docstring const BibTeXInfo::getLabel(BibTeXInfo const * const xref, { docstring loclabel; - /* - if (!is_bibtex_) { - BibTeXInfo::const_iterator it = find(from_ascii("ref")); - label_ = it->second; - return label_; - } - */ - int counter = 0; loclabel = expandFormat(format, xref, counter, buf, before, after, dialog, next); -- 2.39.2