diff options
author | Sebastian Koslowski <koslowski@kit.edu> | 2016-09-12 14:16:50 -0600 |
---|---|---|
committer | Sebastian Koslowski <koslowski@kit.edu> | 2016-09-12 14:19:29 -0600 |
commit | f7cdfff6a85ce52b1d7c0b5131645fcb77405fe8 (patch) | |
tree | 908af9bf8d1c512e22116cb3afbc89eb5883cc93 /grc/gui/Colors.py | |
parent | a867a290194228d09ba93f0f46e3a4e4523f5396 (diff) | |
parent | af4323d1e471476efa255e3df745397f7c8a1b71 (diff) |
Merge remote-tracking branch 'upstream/next' into gtk3
Diffstat (limited to 'grc/gui/Colors.py')
-rw-r--r-- | grc/gui/Colors.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/grc/gui/Colors.py b/grc/gui/Colors.py index acc7f22c44..01c461ada5 100644 --- a/grc/gui/Colors.py +++ b/grc/gui/Colors.py @@ -96,7 +96,6 @@ SHORT_VECTOR_COLOR_SPEC = _color_parse('#CCCC33') BYTE_VECTOR_COLOR_SPEC = _color_parse('#CC66CC') PARAM_ENTRY_COLORS = { - # Number types 'complex': COMPLEX_COLOR_SPEC, 'real': FLOAT_COLOR_SPEC, @@ -115,8 +114,6 @@ PARAM_ENTRY_COLORS = { 'string': BYTE_VECTOR_COLOR_SPEC, 'id': ID_COLOR_SPEC, 'stream_id': ID_COLOR_SPEC, - 'grid_pos': INT_VECTOR_COLOR_SPEC, - 'notebook': INT_VECTOR_COLOR_SPEC, 'raw': WILDCARD_COLOR_SPEC, } |