Remove unused theme that was causing a fault in p3k.

This commit is contained in:
Kurt B. Kaiser 2007-10-04 02:07:50 +00:00
parent 67bd62fd6c
commit 85897c9b38

View file

@ -299,7 +299,6 @@ class ModifiedColorDelegator(ColorDelegator):
"stdout": idleConf.GetHighlight(theme, "stdout"),
"stderr": idleConf.GetHighlight(theme, "stderr"),
"console": idleConf.GetHighlight(theme, "console"),
None: idleConf.GetHighlight(theme, "normal"),
})
class ModifiedUndoDelegator(UndoDelegator):