diff --git a/gramps/gen/plug/report/_book.py b/gramps/gen/plug/report/_book.py index 54cf7cae6..d37370a49 100644 --- a/gramps/gen/plug/report/_book.py +++ b/gramps/gen/plug/report/_book.py @@ -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