summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2016-12-16 14:38:28 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2016-12-16 14:38:28 +0000
commit77b53c1838e74c7b7aa8ba3c42eca3d9cec5ae6b (patch)
treed10f5b9be12476e0ea92a4a5fdd3eb067078a2bd /extra
parentac5e05a515aa6a3b27ed23ce89840b15b900ce33 (diff)
Remove unreachable code
Diffstat (limited to 'extra')
-rwxr-xr-xextra/theme_convert.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/extra/theme_convert.py b/extra/theme_convert.py
index 20113be0..9a70a1cc 100755
--- a/extra/theme_convert.py
+++ b/extra/theme_convert.py
@@ -51,8 +51,6 @@ if __name__ == "__main__":
values.append(get_leaf_value(old, [c] + path + ['fg']) or 'default')
values.append(get_leaf_value(old, [c] + path + ['bg']) or 'default')
return values
- values = map(lambda s: '\'' + s + '\'', values)
- return ','.join(values)
for bmode in ['global', 'help', 'envelope']:
new[bmode] = {}