Remove unused new_context_item function

This commit is contained in:
ZyX 2014-09-19 22:38:35 +04:00
parent b333f9ec11
commit 4e3b62f547
1 changed files with 0 additions and 4 deletions

View File

@ -17,10 +17,6 @@ key_sep = JStr('/')
list_sep = JStr(', ')
def new_context_item(key, value):
return ((value.keydict[key], value[key]),)
def list_themes(data, context):
theme_type = data['theme_type']
ext = data['ext']