From: Julien Rioux Date: Mon, 4 Feb 2013 16:17:48 +0000 (+0100) Subject: Remove unused code. X-Git-Tag: 2.1.0beta1~792 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f51636b547b87b710f6a22e067e94f96d41c740f;p=features.git Remove unused code. --- 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);