From c5bbe7b04e7cb5cc811e0c5d44f6091f6c7c83e9 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Wed, 2 Dec 2015 08:52:19 -0800 Subject: [PATCH] 9041: remove temorary _DATAMAP entries (from [8fac92d]) not needed after [4c22713] --- gramps/gen/utils/grampslocale.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/gramps/gen/utils/grampslocale.py b/gramps/gen/utils/grampslocale.py index 6e61ddefa..f8ab285b9 100644 --- a/gramps/gen/utils/grampslocale.py +++ b/gramps/gen/utils/grampslocale.py @@ -894,9 +894,6 @@ class GrampsLocale(object): from gramps.gen.lib.grampstype import GrampsType return GrampsType.xml_str(name) - #9041 fake entries for matching some _DATAMAP strings on reports - temp = [_("Father Age"), _("Mother Age")] - def format(self, format, val, grouping=False, monetary=False): """ Format a number in the current numeric locale. See python's