From 37a3d03ffe3a8e181e414897c91a37bca9d476b2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 3 Jun 2009 03:36:31 +0000 Subject: Remove vestigial interface. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2077 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/HTTPClientSender.hpp | 2 -- src/engine/InputPort.cpp | 1 - src/engine/OSCClientSender.hpp | 2 -- 3 files changed, 5 deletions(-) (limited to 'src/engine') diff --git a/src/engine/HTTPClientSender.hpp b/src/engine/HTTPClientSender.hpp index a9d37784..753197ea 100644 --- a/src/engine/HTTPClientSender.hpp +++ b/src/engine/HTTPClientSender.hpp @@ -61,8 +61,6 @@ public: Raul::URI uri() const { return "http://example.org/"; } - void subscribe(Shared::EngineInterface* engine) { } - /* *** ClientInterface Implementation Below *** */ //void client_registration(const std::string& url, int client_id); diff --git a/src/engine/InputPort.cpp b/src/engine/InputPort.cpp index 8d5238e3..31cb3e92 100644 --- a/src/engine/InputPort.cpp +++ b/src/engine/InputPort.cpp @@ -65,7 +65,6 @@ InputPort::set_buffer_size(size_t size) for (Connections::iterator c = _connections.begin(); c != _connections.end(); ++c) ((ConnectionImpl*)c->get())->set_buffer_size(size); - } diff --git a/src/engine/OSCClientSender.hpp b/src/engine/OSCClientSender.hpp index 58175d47..8138e0eb 100644 --- a/src/engine/OSCClientSender.hpp +++ b/src/engine/OSCClientSender.hpp @@ -60,8 +60,6 @@ public: Raul::URI uri() const { return lo_address_get_url(_address); } - void subscribe(Shared::EngineInterface* engine) { } - /* *** ClientInterface Implementation Below *** */ //void client_registration(const std::string& url, int client_id); -- cgit v1.2.1