Removed hook defs
svn: r19827
This commit is contained in:
parent
d85c856782
commit
e3b5f6b3a5
@ -8,6 +8,7 @@
|
||||
# Copyright (C) 2010 Jakim Friant
|
||||
# Copyright (C) 2010 Nick Hall
|
||||
# Copyright (C) 2011 Tim G L Lyons
|
||||
# Copyright (C) 2012 Doug Blank <doug.blank@gmail.com>
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
@ -1438,31 +1439,6 @@ class GedcomWriter(UpdateCallback):
|
||||
|
||||
self._note_references(place.get_note_list(), level+1)
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# Methods for overloading
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
def _family_event_hook(self, event, event_ref, level):
|
||||
"""
|
||||
Method for handling Family events. Can be overloaded.
|
||||
"""
|
||||
pass
|
||||
|
||||
def _person_remaining_event_hook(self, event, event_ref, level):
|
||||
"""
|
||||
Method for handling remaining Person events. Can be
|
||||
overloaded.
|
||||
"""
|
||||
pass
|
||||
|
||||
def _person_event_hook(self, event, event_ref, level):
|
||||
"""
|
||||
Method for handling Person events. Can be overloaded.
|
||||
"""
|
||||
pass
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user