From 62aa4382351073b5b5d2a2ac756a80645f445ab8 Mon Sep 17 00:00:00 2001 From: Vassilii Khachaturov Date: Sat, 14 May 2011 20:30:36 +0000 Subject: [PATCH] Removing text_display method, as suggested by Doug (see http://www.gramps-project.org/bugs/view.php?id=4658#c19416 ). svn: r17498 --- src/DateHandler/_DateDisplay.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/DateHandler/_DateDisplay.py b/src/DateHandler/_DateDisplay.py index 124e1315e..53a5e87a5 100644 --- a/src/DateHandler/_DateDisplay.py +++ b/src/DateHandler/_DateDisplay.py @@ -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: