* src/GrampsDb/_GrampsInMemDB.py (GrampsInMemDB.__init__): Remove
unused variables. svn: r6740
This commit is contained in:
parent
f094353066
commit
270e14ae92
@ -1,4 +1,6 @@
|
||||
2006-05-21 Alex Roitman <shura@gramps-project.org>
|
||||
* src/GrampsDb/_GrampsInMemDB.py (GrampsInMemDB.__init__): Remove
|
||||
unused variables.
|
||||
* src/plugins/Calendar.py (print_page): Use correct variable.
|
||||
|
||||
2006-05-21 Brian Matherly <brian@gramps-project.org>
|
||||
|
@ -93,8 +93,6 @@ class GrampsInMemDB(GrampsDbBase):
|
||||
self.sid_trans = {}
|
||||
self.rid_trans = {}
|
||||
self.oid_trans = {}
|
||||
self.eventnames = {}
|
||||
self.repository_types = {}
|
||||
self.undodb = []
|
||||
|
||||
def load(self,name,callback,mode="w"):
|
||||
|
Loading…
Reference in New Issue
Block a user