diff options
Diffstat (limited to 'include/erebos')
-rw-r--r-- | include/erebos/network.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/erebos/network.h b/include/erebos/network.h index 6a3112a..2761a40 100644 --- a/include/erebos/network.h +++ b/include/erebos/network.h @@ -99,7 +99,6 @@ public: string addressStr() const; uint16_t port() const; - bool hasChannel() const; bool send(UUID, const Ref &) const; bool send(UUID, const Object &) const; |