remove dead code

This commit is contained in:
Paul Franklin 2016-02-19 02:57:33 -08:00
parent ca202ee3ed
commit 69eeca4c47

View File

@ -426,12 +426,13 @@ class BookList(object):
"""
del self.bookmap[name]
def get_book_map(self):
"""
Return the map of names to books.
"""
return self.bookmap
## 2/2016 the string "get_book_map" appears nowhere else in gramps
## def get_book_map(self):
## """
## Return the map of names to books.
## """
## return self.bookmap
##
def get_book(self, name):
"""
Return the Book associated with the name