]> git.lyx.org Git - lyx.git/commitdiff
Remove unused code.
authorJulien Rioux <jrioux@lyx.org>
Mon, 4 Feb 2013 16:17:48 +0000 (17:17 +0100)
committerJulien Rioux <jrioux@lyx.org>
Wed, 6 Feb 2013 16:37:57 +0000 (17:37 +0100)
src/BiblioInfo.cpp

index 98d0cfe57c2262943b28f2e40954b016dfcafbcd..bf718c753bb9fd7b1eccab9813c02bbd3f6a881a 100644 (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);