summaryrefslogtreecommitdiffstats
path: root/src/engine
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/HTTPClientSender.hpp2
-rw-r--r--src/engine/InputPort.cpp1
-rw-r--r--src/engine/OSCClientSender.hpp2
3 files changed, 0 insertions, 5 deletions
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);