8683: polish; remove old reference
This commit is contained in:
parent
49ec2e1244
commit
4caa412a06
@ -1702,8 +1702,6 @@ class GrampsParser(UpdateCallback):
|
||||
def start_name(self, attrs):
|
||||
if self.person:
|
||||
self.start_person_name(attrs)
|
||||
#else:
|
||||
#self.start_place_name(attrs)
|
||||
|
||||
def start_place_name(self, attrs):
|
||||
self.place_name = PlaceName()
|
||||
@ -2692,8 +2690,6 @@ class GrampsParser(UpdateCallback):
|
||||
def stop_name(self, attrs):
|
||||
if self.person:
|
||||
self.stop_person_name(attrs)
|
||||
#else:
|
||||
#self.stop_place_name(attrs)
|
||||
|
||||
def stop_place_name(self, tag):
|
||||
self.place_name = None
|
||||
|
Loading…
Reference in New Issue
Block a user