remove dead code
This commit is contained in:
parent
ca202ee3ed
commit
69eeca4c47
@ -426,12 +426,13 @@ class BookList(object):
|
|||||||
"""
|
"""
|
||||||
del self.bookmap[name]
|
del self.bookmap[name]
|
||||||
|
|
||||||
def get_book_map(self):
|
## 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 the map of names to books.
|
||||||
return self.bookmap
|
## """
|
||||||
|
## return self.bookmap
|
||||||
|
##
|
||||||
def get_book(self, name):
|
def get_book(self, name):
|
||||||
"""
|
"""
|
||||||
Return the Book associated with the name
|
Return the Book associated with the name
|
||||||
|
Loading…
Reference in New Issue
Block a user