* src/GrampsDb/_GrampsInMemDB.py (GrampsInMemDB.__init__): Remove

unused variables.


svn: r6740
This commit is contained in:
Alex Roitman 2006-05-21 21:07:15 +00:00
parent d642d36113
commit 1766750f8e
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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"):