1
0
mirror of https://github.com/gryf/wmdocklib.git synced 2025-12-19 12:28:10 +01:00

removing unused code

This commit is contained in:
mfrasca
2006-10-31 09:55:51 +00:00
parent 7b54548c37
commit 41a6ead68b

View File

@@ -416,11 +416,6 @@ def main():
palette[8] = clConfig.get('barbgcolor', 'cyan4') palette[8] = clConfig.get('barbgcolor', 'cyan4')
palette[5] = clConfig.get('activitycolor', 'cyan2') palette[5] = clConfig.get('activitycolor', 'cyan2')
palette['.'] = 'grey85'
palette['x'] = 'black'
palette['o'] = 'grey45'
palette['-'] = 'grey65'
font = clConfig.get('font', '6x8') font = clConfig.get('font', '6x8')
debug = clConfig.get('debug') debug = clConfig.get('debug')