From 3b5bd4852f805b5f98e644f2dbabfe41a4e80e55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20P=C3=B5ldaru?= Date: Mon, 25 Jun 2012 13:31:31 +0300 Subject: [PATCH] Sorry for leftovers of a thought. Maybe some other time. --- openlp/plugins/songs/lib/__init__.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/openlp/plugins/songs/lib/__init__.py b/openlp/plugins/songs/lib/__init__.py index a2230cc0a..07af491c6 100644 --- a/openlp/plugins/songs/lib/__init__.py +++ b/openlp/plugins/songs/lib/__init__.py @@ -197,7 +197,7 @@ class VerseType(object): return verse_index -def retrieve_windows_encoding(recommendation=None, example_text=None): +def retrieve_windows_encoding(recommendation=None): """ Determines which encoding to use on an information source. The process uses both automated detection, which is passed to this method as a @@ -206,9 +206,6 @@ def retrieve_windows_encoding(recommendation=None, example_text=None): ``recommendation`` A recommended encoding discovered programmatically for the user to confirm. - - ``example_text`` - Still not decoded text to show to users to help them decide. """ # map chardet result to compatible windows standard code page codepage_mapping = {'IBM866': u'cp866', 'TIS-620': u'cp874',