Removing text_display method, as suggested by Doug

(see http://www.gramps-project.org/bugs/view.php?id=4658#c19416 ).



svn: r17498
This commit is contained in:
Vassilii Khachaturov 2011-05-14 20:30:36 +00:00
parent 3c955ed9ec
commit 62aa438235

View File

@ -211,14 +211,6 @@ class DateDisplay(object):
else:
return value
def text_display(self, date):
"""
Similar to the display task, except that if the value is a text only
value, it is enclosed in quotes.
"""
return date.get_text()
def _display_gregorian(self, date_val):
year = self._slash_year(date_val[2], date_val[3])
if self.format == 0: