From 2697159c8913cd444851f10b4a5892661130e611 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Mon, 31 Aug 2015 12:07:10 +0200 Subject: =?UTF-8?q?Remove=203=20unused=20color=20options=20(COLOR=5FTIME?= =?UTF-8?q?=5F=E2=80=A6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/theming.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/theming.py') 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) -- cgit v1.2.3