address: Remove dead msg_type function.

This was never used; we instead use `.is_stream` and `.is_private`
instead.
This commit is contained in:
Tim Abbott 2018-05-13 17:47:21 -07:00
parent e4131fb708
commit 60cfc210ce
1 changed files with 0 additions and 3 deletions

View File

@ -50,9 +50,6 @@ class Addressee:
self._stream_name = stream_name
self._topic = topic
def msg_type(self) -> str:
return self._msg_type
def is_stream(self) -> bool:
return self._msg_type == 'stream'