Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Mar 10, 2015
1 parent ea6bff6 commit f009abb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Products/PlonePAS/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ def unique(iterable):
return d.keys()


# XXX this can probably be removed
def getCharset(context):
"""Returns the site default charset, or utf-8.
"""
return 'utf-8'


def cleanId(id):
"""'url_quote' turns strange chars into '%xx', which is not a valid char
for ObjectManager. Here we encode '%' into '-' (and '-' into '--' as
Expand Down

0 comments on commit f009abb

Please sign in to comment.