mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Remove unused code.
This commit is contained in:
parent
f94d77ae88
commit
f51636b547
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user