summaryrefslogtreecommitdiffstats
path: root/src/engine/ClientBroadcaster.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-04-19 19:37:12 +0000
committerDavid Robillard <d@drobilla.net>2011-04-19 19:37:12 +0000
commit375e57574e08d746c6c12255836face2066ebf4c (patch)
treea2681f6302b835c81ea74ee849227d7b9c66e3b4 /src/engine/ClientBroadcaster.hpp
parent338ebbcd23747d3274f100b1c78caeb1d157dde0 (diff)
downloadingen-375e57574e08d746c6c12255836face2066ebf4c.tar.gz
ingen-375e57574e08d746c6c12255836face2066ebf4c.tar.bz2
ingen-375e57574e08d746c6c12255836face2066ebf4c.zip
Merge "transfer" stuff with "bundle" stuff (functionally equivalent anyway).
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3166 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/ClientBroadcaster.hpp')
-rw-r--r--src/engine/ClientBroadcaster.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/ClientBroadcaster.hpp b/src/engine/ClientBroadcaster.hpp
index 1c77c46b..989ed41b 100644
--- a/src/engine/ClientBroadcaster.hpp
+++ b/src/engine/ClientBroadcaster.hpp
@@ -111,8 +111,6 @@ public:
void response_ok(int32_t id) {} ///< N/A
void response_error(int32_t id, const std::string& msg) {} ///< N/A
- void transfer_begin() { BROADCAST(transfer_begin); }
- void transfer_end() { BROADCAST(transfer_end); }
void error(const std::string& msg) { BROADCAST(error, msg); }
void activity(const Raul::Path& path) { BROADCAST(activity, path); }