diff options
author | Florent Le Coz <louiz@louiz.org> | 2015-08-31 12:07:10 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2015-08-31 12:08:17 +0200 |
commit | 2697159c8913cd444851f10b4a5892661130e611 (patch) | |
tree | 201315f61585439e81e801d012f666836c506dc0 /src | |
parent | 980130f1db06598a056302ff3dfc4c6cc9048b4c (diff) | |
download | poezio-2697159c8913cd444851f10b4a5892661130e611.tar.gz poezio-2697159c8913cd444851f10b4a5892661130e611.tar.bz2 poezio-2697159c8913cd444851f10b4a5892661130e611.tar.xz poezio-2697159c8913cd444851f10b4a5892661130e611.zip |
Remove 3 unused color options (COLOR_TIME_…)
Diffstat (limited to 'src')
-rwxr-xr-x | src/theming.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/theming.py b/src/theming.py index ae71e48f..b88009a3 100755 --- a/src/theming.py +++ b/src/theming.py @@ -199,11 +199,8 @@ class Theme(object): COLOR_MORE_INDICATOR = (6, 4) # Time - COLOR_TIME_SEPARATOR = (106, -1) - COLOR_TIME_LIMITER = (0, -1) CHAR_TIME_LEFT = '' CHAR_TIME_RIGHT = '' - COLOR_TIME_NUMBERS = (0, -1) # Tabs COLOR_TAB_NORMAL = (7, 4) |