summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-12-16 22:31:10 +0100
committerDavid Robillard <d@drobilla.net>2017-12-16 22:31:10 +0100
commit68901d7caa0636895de593e0b23cdec4fb53deaa (patch)
tree79fbfd567f2cc2b29ab225cec674127acb4d54d4 /tests
parentf2d3c77c9a470f20506c90098ab5cf4d3e5c9eff (diff)
downloadingen-68901d7caa0636895de593e0b23cdec4fb53deaa.tar.gz
ingen-68901d7caa0636895de593e0b23cdec4fb53deaa.tar.bz2
ingen-68901d7caa0636895de593e0b23cdec4fb53deaa.zip
Move sequence numbers into messages and simplify interfaces
Diffstat (limited to 'tests')
-rw-r--r--tests/TestClient.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/TestClient.hpp b/tests/TestClient.hpp
index 90fc212b..317ecd97 100644
--- a/tests/TestClient.hpp
+++ b/tests/TestClient.hpp
@@ -31,8 +31,6 @@ public:
Raul::URI uri() const { return Raul::URI("ingen:testClient"); }
- void set_response_id(int32_t id) override {}
-
void message(const Message& msg) override {
if (const Response* const response = boost::get<Response>(&msg)) {
if (response->status != Status::SUCCESS) {