summaryrefslogtreecommitdiff
path: root/grc/python/Connection.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/Connection.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/Connection.py')
-rw-r--r--grc/python/Connection.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/grc/python/Connection.py b/grc/python/Connection.py
index 341dd2d821..218baf0743 100644
--- a/grc/python/Connection.py
+++ b/grc/python/Connection.py
@@ -31,9 +31,6 @@ class Connection(_Connection, _GUIConnection):
def is_msg(self):
return self.get_source().get_type() == self.get_sink().get_type() == 'msg'
- def is_message(self):
- return self.get_source().get_type() == self.get_sink().get_type() == 'message'
-
def validate(self):
"""
Validate the connections.