diff --git a/pylast/__init__.py b/pylast/__init__.py index f74f3bd..f517e95 100644 --- a/pylast/__init__.py +++ b/pylast/__init__.py @@ -2237,12 +2237,6 @@ class Country(_BaseObject): def _get_params(self): # TODO can move to _BaseObject return {'country': self.get_name()} - def _get_name_from_code(self, alpha2code): - # TODO: Have this function lookup the alpha-2 code and return the - # country name. - - return alpha2code - def get_name(self): """Returns the country name. """