8683: polish; remove old reference

This commit is contained in:
Jérôme Rapinat 2015-07-05 11:10:48 +02:00
parent 444c8f95e1
commit 84ee76afa7

View File

@ -1704,8 +1704,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()
@ -2694,8 +2692,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