Remove unused code.

This commit is contained in:
Julien Rioux 2013-02-04 17:17:48 +01:00
parent f94d77ae88
commit f51636b547

View File

@ -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);