diff --git a/ChangeLog b/ChangeLog index 3e7d23731..87064f2ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-11-10 Alex Roitman + * src/GrampsDb/_GrampsInMemDB.py (get_event_cursor): Remove extra + definition. + 2006-11-10 Don Allingham * src/GrampsDb/_ReadGedcom.py: handle GedcomError properly * src/DisplayModels/_BaseModel.py: handle add properly with filters diff --git a/src/GrampsDb/_GrampsInMemDB.py b/src/GrampsDb/_GrampsInMemDB.py index 2174e7a74..31bfc0ae1 100644 --- a/src/GrampsDb/_GrampsInMemDB.py +++ b/src/GrampsDb/_GrampsInMemDB.py @@ -129,9 +129,6 @@ class GrampsInMemDB(GrampsDbBase): def get_media_cursor(self): return GrampsInMemCursor(self.media_map) - def get_event_cursor(self): - return GrampsInMemCursor(self.event_map) - def close(self): self.close_undodb()