From 375e57574e08d746c6c12255836face2066ebf4c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 19 Apr 2011 19:37:12 +0000 Subject: 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 --- src/bindings/Client.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/bindings') diff --git a/src/bindings/Client.hpp b/src/bindings/Client.hpp index bcf7b50a..6eaa3dc8 100644 --- a/src/bindings/Client.hpp +++ b/src/bindings/Client.hpp @@ -13,8 +13,6 @@ public: void bundle_begin() {} void bundle_end() {} - void transfer_begin() {} - void transfer_end() {} void response_ok(int32_t id) {} void response_error(int32_t id, const std::string& msg) {} void error(const std::string& msg) {} -- cgit v1.2.1