summaryrefslogtreecommitdiffstats
path: root/src/engine/ClientBroadcaster.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/ClientBroadcaster.cpp')
-rw-r--r--src/engine/ClientBroadcaster.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/engine/ClientBroadcaster.cpp b/src/engine/ClientBroadcaster.cpp
index 482d25e6..7dac9915 100644
--- a/src/engine/ClientBroadcaster.cpp
+++ b/src/engine/ClientBroadcaster.cpp
@@ -70,11 +70,8 @@ ClientBroadcaster::unregister_client(const URI& uri)
-/** Looks up the client with the given @a source address (which is used as the
+/** Looks up the client with the given source @a uri (which is used as the
* unique identifier for registered clients).
- *
- * (A responder is passed to remove the dependency on liblo addresses in request
- * events, in anticipation of libom and multiple ways of responding to clients).
*/
ClientInterface*
ClientBroadcaster::client(const URI& uri)