summaryrefslogtreecommitdiffstats
path: root/src/server/ClientBroadcaster.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-16 01:35:58 +0000
committerDavid Robillard <d@drobilla.net>2012-03-16 01:35:58 +0000
commit0b93e39af34d3af361f35d510224fda4fda56071 (patch)
tree0bd16a7aa0f208f05f8c7e96f42fceadb359732e /src/server/ClientBroadcaster.hpp
parent36059d30949d02a9dc787bab98a10e54a1b68e49 (diff)
downloadingen-0b93e39af34d3af361f35d510224fda4fda56071.tar.gz
ingen-0b93e39af34d3af361f35d510224fda4fda56071.tar.bz2
ingen-0b93e39af34d3af361f35d510224fda4fda56071.zip
Remove ClientInterface::activity and use set_property instead.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4065 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/server/ClientBroadcaster.hpp')
-rw-r--r--src/server/ClientBroadcaster.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/server/ClientBroadcaster.hpp b/src/server/ClientBroadcaster.hpp
index c406bc49..c9c56d56 100644
--- a/src/server/ClientBroadcaster.hpp
+++ b/src/server/ClientBroadcaster.hpp
@@ -119,11 +119,6 @@ public:
void error(const std::string& msg) { BROADCAST(error, msg); }
- void activity(const Raul::Path& path,
- const Raul::Atom& value) {
- BROADCAST(activity, path, value);
- }
-
private:
typedef std::map<Raul::URI, ClientInterface*> Clients;
Clients _clients;