summaryrefslogtreecommitdiff
path: root/grc/python/Constants.py
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2012-11-29 15:43:26 -0800
committerJohnathan Corgan <johnathan@corganlabs.com>2012-11-29 15:43:26 -0800
commite5046cdd23e3c6a9aa584ae353f56cb19861d358 (patch)
treef73a5fd2656aa579cef578d7112f93cb6850f515 /grc/python/Constants.py
parentabb330455b23284cccc286474e7943107ef7d73a (diff)
Revert "core: adding msg_connect, updating msg interface, adding symbolic block names"
(to be reapplied on master branch and re-merged in) This reverts commit 7fc857a18cdc47f333db56cfedd2a4ed1a8432a9.
Diffstat (limited to 'grc/python/Constants.py')
-rw-r--r--grc/python/Constants.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/grc/python/Constants.py b/grc/python/Constants.py
index 09c3081967..1a65caf1c0 100644
--- a/grc/python/Constants.py
+++ b/grc/python/Constants.py
@@ -58,7 +58,6 @@ CORE_TYPES = ( #name, key, sizeof, color
('Integer 16', 's16', 2, '#FFFF66'),
('Integer 8', 's8', 1, '#FF66FF'),
('Message Queue', 'msg', 0, '#777777'),
- ('Async Message', 'message', 0, '#777777'),
('Wildcard', '', 0, '#FFFFFF'),
)