summaryrefslogtreecommitdiff
path: root/examples/chat/display.cpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2009-08-17 14:07:34 +0200
committerMartin Sustrik <sustrik@fastmq.commkdir>2009-08-17 14:07:34 +0200
commit131f2e309668d1e64cfcb4aeb869665d8018bcfe (patch)
tree8208d4bd7bc2d21a24831566fbc8480676d80e78 /examples/chat/display.cpp
parent059beca59d39d90a8ee0e1b07f840994962ea89e (diff)
subscribe API removed
Diffstat (limited to 'examples/chat/display.cpp')
-rw-r--r--examples/chat/display.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/chat/display.cpp b/examples/chat/display.cpp
index 3da565e..eb55aa8 100644
--- a/examples/chat/display.cpp
+++ b/examples/chat/display.cpp
@@ -41,7 +41,6 @@ int main (int argc, const char *argv [])
zmq::context_t ctx (1, 1);
zmq::socket_t s (ctx, ZMQ_SUB);
s.connect (chatroom_out_address);
- s.subscribe ("*");
while (true) {