From c741d95b7e5e5d82187ecb76f201ec0e5a8ec344 Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Thu, 4 Feb 2016 21:52:38 -0500 Subject: Remove unused function (is now an instance of ParsedAuthor) --- entry.py | 9 --------- 1 file changed, 9 deletions(-) (limited to 'entry.py') diff --git a/entry.py b/entry.py index 4ad7b86..4d8933f 100644 --- a/entry.py +++ b/entry.py @@ -19,15 +19,6 @@ PROCEEDINGS_RE = re.compile( r'((?:proceedings|workshop record) of(?: the)? )(.*)', re.I) - -def author_url(author): - """Given an author's name, return a URL for his/her homepage.""" - for pat, url in config.AUTHOR_RE_LIST: - if pat.search(author): - return url - return None - - # List of fields that appear when we display the entries as BibTeX. DISPLAYED_FIELDS = ['title', 'author', 'journal', 'booktitle', 'school', 'institution', 'organization', 'volume', -- cgit v1.2.3-70-g09d2