* 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 f094353066
commit 270e14ae92
2 changed files with 2 additions and 2 deletions

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